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

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)

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.