Skip to content

Commit 8a59790

Browse files
authored
fixup
1 parent b5e106c commit 8a59790

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

foundry.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,8 @@ zksync = "${RPC_URL_ZKSYNC}"
270270
zkevm = "${RPC_URL_ZKEVM}"
271271

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

312310
#testnets
313-
goerli = { key = "${ETHERSCAN_KEY}" }
314311
sepolia = { key = "${ETHERSCAN_KEY}" }
315312
mumbai = { key = "${POLYGONSCAN_KEY}", url = "https://api-testnet.polygonscan.com/api" }
316-
arbitrum-goerli = { key = "${ARBISCAN_KEY}", url = "https://api-goerli.arbiscan.io/api" }
317313
beratest = { key = "${BERATEST_API_KEY}", url = "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan/api", chain = "80084" }
318-
319-
include = []
320-
exclude = []

0 commit comments

Comments
 (0)