From acaadc92ba1bbc8bb71e4e884dd90902bcefe954 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 26 Jul 2024 10:55:21 -0400 Subject: [PATCH] remove unnecessary foundry.toml config --- foundry.toml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/foundry.toml b/foundry.toml index 09a60df9..c35ae1b3 100644 --- a/foundry.toml +++ b/foundry.toml @@ -55,12 +55,4 @@ sort_imports = true number_underscore = "thousands" int_types = "long" -[rpc_endpoints] -mainnet = "${RPC_URL_MAINNET}" -goerli = "${RPC_URL_GOERLI}" - -[etherscan] -mainnet = { key = "${ETHERSCAN_API_KEY}" } -goerli = { key = "${ETHERSCAN_API_KEY}" } - # See more config options https://github.com/foundry-rs/foundry/tree/master/config