https://github.com/gerrrg/balancer-pool-verification
Process to check for new Balancer Pools and verify them on Etherscan (or <whatever-network>scan)
https://github.com/gerrrg/balancer-pool-verification
Last synced: 2 months ago
JSON representation
Process to check for new Balancer Pools and verify them on Etherscan (or <whatever-network>scan)
- Host: GitHub
- URL: https://github.com/gerrrg/balancer-pool-verification
- Owner: gerrrg
- Created: 2022-03-03T22:07:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T16:23:17.000Z (about 3 years ago)
- Last Synced: 2025-01-19T12:47:49.473Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# balancer-pool-verification
Tested on Ubuntu 20.04 with Python 3.10
## Usage
- Edit `./env/networks.config` to add Infura API keys, Etherscan API keys, and a (throwaway) private key.
- Run `verifyAllPools.sh` to do one pass of pool verification, or run `keepRunning.sh` to continuously verify pools as they're created## Note
Etherscan limits you to 100 pool verifications per day (per API key) so if you have a ton of pools to verify, you might want to either swap out API keys or set it up to iterate through a few keys.