From 6773b68e8f89b7f29f5a5720a399d3e21ee46e93 Mon Sep 17 00:00:00 2001 From: Tomi_Ohl Date: Wed, 19 Jun 2024 17:51:22 +0200 Subject: [PATCH] Fix Mantle verification config --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index 50ccb0b..cb1f597 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -194,7 +194,7 @@ const config: HardhatUserConfig = { { network: "mantle", chainId: 5000, - urls: { apiURL: "https://api.cronoscan.com/api", browserURL: "https://cronoscan.com" } + urls: { apiURL: "https://api.mantlescan.xyz/api", browserURL: "https://mantlescan.xyz" } }, { network: "linea",