Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/badger-finance/voting_shares

BADGER and DIGG Voting Shares contracts
https://github.com/badger-finance/voting_shares

Last synced: 4 days ago
JSON representation

BADGER and DIGG Voting Shares contracts

Awesome Lists containing this project

README

        

Run test:
Tests are scoped by network, in order to run the full test suite you'll need to run for both Arbitrum and Eth Mainnet
```
brownie test --network=mainnet-fork
brownie test --network=arbitrum-fork
```

Deploy:

The commands below use conventional naming for brownie, you can check your network names by running:
`brownie networks list`
and choosing the network name that corresponds with the network you would like to deploy on.

Eth Mainnet Badger Voting Share:
`brownie run scripts/deploy_badger.py --network=mainnet`

Eth Mainnet Digg Voting Share:
`brownie run scripts/deploy_digg.py --network=mainnet`

Arb Mainnet Badger Voting Share:
`brownie run scripts/deploy_badger_arb.py --network=arbitrum`