From 6350f8cfba7f886393280703dbf972fd6e971ba1 Mon Sep 17 00:00:00 2001 From: Uncle Fatso Date: Mon, 9 Mar 2026 20:38:42 +0300 Subject: [PATCH] attempt to make blockscout automatically verify Signed-off-by: Uncle Fatso --- foundry.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/foundry.toml b/foundry.toml index f03e9fa..722d7c8 100644 --- a/foundry.toml +++ b/foundry.toml @@ -43,4 +43,6 @@ mordor-testnet = "${MORDOR_TEST_RPC_URL}" [etherscan] sepolia-testnet = { key = "${SEPOLIA_TEST_API_KEY}", url = "${SEPOLIA_TEST_ENDPOINT}" } hoodi-testnet = { key = "${HOODI_TEST_API_KEY}", url = "${HOODI_TEST_ENDPOINT}" } -mordor-testnet = { key = "${MORDOR_TEST_API_KEY}", url = "${MORDOR_TEST_ENDPOINT}" } + +[verifiers] +mordor-testnet = { verifier = "blockscout", url = "${MORDOR_TEST_ENDPOINT}" }