From 721f430fe06da2be5ab9607f307b1af308879c14 Mon Sep 17 00:00:00 2001 From: Kresh Date: Wed, 30 Oct 2024 15:42:41 +0400 Subject: [PATCH] chore: remove etherscan from .toml --- foundry.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/foundry.toml b/foundry.toml index a5a11718..ddadb9fa 100644 --- a/foundry.toml +++ b/foundry.toml @@ -23,8 +23,5 @@ tab_width = 4 runs = 4096 max_test_rejects = 262144 -[etherscan] -mainnet = { key = "${ETHERSCAN_API_KEY}" } -holesky = { key = "${ETHERSCAN_API_KEY}" } # See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options