Skip to content

Commit

Permalink
add sepolia into foundry map
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Apr 18, 2024
1 parent c99e778 commit a261bd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ libs = ["lib"]

[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"
sepolia = "${SEPOLIA_RPC_URL}"
polygon = "${POLYGON_RPC_URL}"
polygon_mumbai = "${POLYGON_MUMBAI_RPC_URL}"

[etherscan]
mainnet = { key = "${MAINNET_ETHERSCAN_API_KEY}" }
sepolia = { key = "${MAINNET_ETHERSCAN_API_KEY}", chain = 11155111 }
polygon = { key = "${POLYGON_ETHERSCAN_API_KEY}", chain = 137 }
polygon_mumbai = { key = "${POLYGON_ETHERSCAN_API_KEY}", chain = 80001 }

0 comments on commit a261bd9

Please sign in to comment.