Skip to content

Commit

Permalink
fix: remove unnecessary foundry.toml config (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed authored Jul 26, 2024
1 parent bfeffa3 commit 1dc64e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1dc64e5

Please sign in to comment.