Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Dec 13, 2024
1 parent b5e106c commit 8a59790
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,8 @@ zksync = "${RPC_URL_ZKSYNC}"
zkevm = "${RPC_URL_ZKEVM}"

# testnets
goerli = "${RPC_URL_GOERLI}"
sepolia = "${RPC_URL_SEPOLIA}"
mumbai = "${RPC_URL_MUMBAI}"
arbitrum-goerli = "${RPC_URL_ARBITRUM_GOERLI}"
consensys-zkevm-testnet = "${RPC_URL_CONSENSYS_ZKEVM_TESTNET}"
bsc-testnet = "${RPC_URL_BSC_TESTNET}"
scroll-alpha = "${RPC_URL_SCROLL_ALPHA}"
Expand Down Expand Up @@ -310,11 +308,6 @@ worldchain = { key = "${WORLDCHAIN_API_KEY}", url = "https://api.worldscan.org/a
xlayer = { key = "${XLAYER_API_KEY}", url = "https://www.oklink.com/api/v5/explorer/xlayer/api", chain = 196 }

#testnets
goerli = { key = "${ETHERSCAN_KEY}" }
sepolia = { key = "${ETHERSCAN_KEY}" }
mumbai = { key = "${POLYGONSCAN_KEY}", url = "https://api-testnet.polygonscan.com/api" }
arbitrum-goerli = { key = "${ARBISCAN_KEY}", url = "https://api-goerli.arbiscan.io/api" }
beratest = { key = "${BERATEST_API_KEY}", url = "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan/api", chain = "80084" }

include = []
exclude = []

0 comments on commit 8a59790

Please sign in to comment.