Skip to content

Commit

Permalink
Merge pull request #267 from BalancerMaxis/feat/add_fantom_to_perms
Browse files Browse the repository at this point in the history
feat: add fantom to perms generation
  • Loading branch information
gosuto-inzasheru authored Apr 25, 2024
2 parents 337574e + d3d2cbc commit ed27a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate_current_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"gnosis": Web3(Web3.HTTPProvider(f"https://rpc.gnosischain.com")),
"zkevm": Web3(Web3.HTTPProvider(f"https://zkevm-rpc.com")),
"avalanche": Web3(Web3.HTTPProvider(f"https://api.avax.network/ext/bc/C/rpc")),
"fantom": Web3(Web3.HTTPProvider("https://rpc.fantom.network")),
### Less reliable RPCs first to fail fast :)
"mainnet": Web3(Web3.HTTPProvider(f"https://mainnet.infura.io/v3/{INFURA_KEY}")),
"arbitrum": Web3(
Expand Down

0 comments on commit ed27a3d

Please sign in to comment.