Skip to content

Commit

Permalink
Merge pull request #15 from Uniswap/jsy1218/add-celo-into-foundry-map
Browse files Browse the repository at this point in the history
chore: add celo into foundry map
  • Loading branch information
jsy1218 authored Apr 19, 2024
2 parents 0c01f8c + 35384d6 commit 5efe650
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ bsc = "${BSC_RPC_URL}"
bsc_testnet = "${BSC_TESTNET_RPC_URL}"
avalanche = "${AVALANCHE_RPC_URL}"
avalanche_fuji = "${AVALANCHE_FUJI_RPC_URL}"
celo = "${CELO_RPC_URL}"
celo_alfajores = "${CELO_ALFAJORES_RPC_URL}"

[etherscan]
mainnet = { key = "${MAINNET_ETHERSCAN_API_KEY}" }
Expand All @@ -36,3 +38,5 @@ bsc = { key = "${BSC_ETHERSCAN_API_KEY}", chain = 56, url = "https://api.bscscan
bsc_testnet = { key = "${BSC_ETHERSCAN_API_KEY}", chain = 97, url = "https://api-testnet.bscscan.com/api" }
avalanche = { key = "${AVALANCHE_ETHERSCAN_API_KEY}", chain = 43114, url = "https://api.routescan.io/v2/network/mainnet/evm/43114/etherscan" }
avalanche_fuji = { key = "${AVALANCHE_ETHERSCAN_API_KEY}", chain = 43113, url = "https://api.routescan.io/v2/network/testnet/evm/43113/etherscan" }
celo = { key = "${CELO_ETHERSCAN_API_KEY}", chain = 42220, url = "https://api.celoscan.io/api" }
celo_alfajores = { key = "${CELO_ETHERSCAN_API_KEY}", chain = 44787, url = "https://api-alfajores.celoscan.io/api" }

0 comments on commit 5efe650

Please sign in to comment.