Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/badger-finance/voting_shares
- Owner: Badger-Finance
- Created: 2022-01-18T16:07:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-26T18:12:34.000Z (5 months ago)
- Last Synced: 2024-06-26T22:44:17.544Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 26 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`