Skip to content

Commit

Permalink
Fix base rpc, old one is running out of calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
BIP Bot committed Sep 30, 2023
1 parent ec4afe5 commit 6ba62d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate_current_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
INFURA_KEY = os.getenv('INFURA_KEY')

w3_by_chain = {
"base": Web3(Web3.HTTPProvider("https://developer-access-mainnet.base.org")),
"base": Web3(Web3.HTTPProvider("https://base.publicnode.com")),
"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 6ba62d1

Please sign in to comment.