Skip to content

Commit

Permalink
add based rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium committed Jul 27, 2023
1 parent 9eba3ca commit 31c15b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bal_addresses/generate_currnet_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
INFURA_KEY = os.getenv('WEB3_INFURA_PROJECT_ID')

w3_by_chain = {
"base": Web3(Web3.HTTPProvider("https://developer-access-mainnet.base.org")),
"gnosis": Web3(Web3.HTTPProvider(f"https://gnosischain-rpc.gateway.pokt.network")),
"zkevm": Web3(Web3.HTTPProvider(f"https://zkevm-rpc.com")),
"avalanche": Web3(Web3.HTTPProvider(f"https://api.avax.network/ext/bc/C/rpc")),
Expand Down

0 comments on commit 31c15b9

Please sign in to comment.