From 1cdc4e282cd0445ee0fa58fdc2cd73b6de0ba9e9 Mon Sep 17 00:00:00 2001 From: Daniel Gretzke Date: Thu, 30 Jan 2025 01:49:35 +0100 Subject: [PATCH] Remove endpoint list Signed-off-by: Daniel Gretzke --- foundry.toml | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) diff --git a/foundry.toml b/foundry.toml index b1b13cb..391d308 100644 --- a/foundry.toml +++ b/foundry.toml @@ -47,50 +47,3 @@ tab_width = 4 quote_style = "single" sort_imports = true number_underscore = "thousands" - -[rpc_endpoints] -anvil = "http://127.0.0.1:8545" -mainnet = "https://mainnet.infura.io/v3/${INFURA_KEY}" -sepolia = "https://sepolia.infura.io/v3/${INFURA_KEY}" -linea = "https://linea-mainnet.infura.io/v3/${INFURA_KEY}" -linea_sepolia = "https://linea-sepolia.infura.io/v3/${INFURA_KEY}" -polygon_pos = "https://polygon-mainnet.infura.io/v3/${INFURA_KEY}" -polygon_amoy = "https://polygon-amoy.infura.io/v3/${INFURA_KEY}" -blast = "https://blast-mainnet.infura.io/v3/${INFURA_KEY}" -blast_sepolia = "https://blast-sepolia.infura.io/v3/${INFURA_KEY}" -optimism = "https://optimism-mainnet.infura.io/v3/${INFURA_KEY}" -optimism_sepolia = "https://optimism-sepolia.infura.io/v3/${INFURA_KEY}" -arbitrum = "https://arbitrum-mainnet.infura.io/v3/${INFURA_KEY}" -arbitrum_sepolia = "https://arbitrum-sepolia.infura.io/v3/${INFURA_KEY}" -celo = "https://celo-mainnet.infura.io/v3/${INFURA_KEY}" -celo_alfajores = "https://celo-alfajores.infura.io/v3/${INFURA_KEY}" -zksync = "https://zksync-mainnet.infura.io/v3/${INFURA_KEY}" -zksync_sepolia = "https://zksync-sepolia.infura.io/v3/${INFURA_KEY}" -mantle = "https://mantle-mainnet.infura.io/v3/${INFURA_KEY}" -mantle_sepolia = "https://mantle-sepolia.infura.io/v3/${INFURA_KEY}" -polygon_zkevm = "https://zkevm-rpc.com" -polygon_zkevm_testnet = "https://rpc.public.zkevm-test.net" - -[etherscan] -sepolia = { key = "${ETHERSCAN_API_KEY}" } -mainnet = { key = "${ETHERSCAN_API_KEY}" } -linea = { key = "${ETHERSCAN_API_KEY}" } -linea_sepolia = { key = "${ETHERSCAN_API_KEY}" } -polygon_pos = { key = "${ETHERSCAN_API_KEY}" } -polygon_amoy = { key = "${ETHERSCAN_API_KEY}" } -blast = { key = "${ETHERSCAN_API_KEY}" } -blast_sepolia = { key = "${ETHERSCAN_API_KEY}" } -optimism = { key = "${ETHERSCAN_API_KEY}" } -optimism_sepolia = { key = "${ETHERSCAN_API_KEY}" } -arbitrum = { key = "${ETHERSCAN_API_KEY}" } -arbitrum_sepolia = { key = "${ETHERSCAN_API_KEY}" } -celo = { key = "${ETHERSCAN_API_KEY}" } -celo_alfajores = { key = "${ETHERSCAN_API_KEY}" } -zksync = { key = "${ETHERSCAN_API_KEY}" } -zksync_sepolia = { key = "${ETHERSCAN_API_KEY}" } -mantle = { key = "${ETHERSCAN_API_KEY}" } -mantle_sepolia = { key = "${ETHERSCAN_API_KEY}" } -polygon_zkevm = { key = "${ETHERSCAN_API_KEY}" } -polygon_zkevm_testnet = { key = "${ETHERSCAN_API_KEY}" } - -# See more config options https://github.com/foundry-rs/foundry/tree/master/config \ No newline at end of file