Skip to content

Commit

Permalink
adds base sepolia to list of supported networks (foundry) (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hotmanics committed Jan 23, 2024
1 parent 6465993 commit d0b61c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/extensions/foundry/packages/foundry/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ gnosis = "https://rpc.gnosischain.com"
chiado = "https://rpc.chiadochain.net"
base = "https://mainnet.base.org"
baseGoerli = "https://goerli.base.org"
baseSepolia = "https://sepolia.base.org"
polygonZkEvm = "https://polygonzkevm-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}"
polygonZkEvmTestnet = "https://polygonzkevm-testnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}"
zkSyncTestnet = "https://testnet.era.zksync.dev"
Expand Down

0 comments on commit d0b61c4

Please sign in to comment.