From 3baf4d0df965be3631a4ce0659f7e3b5ef886315 Mon Sep 17 00:00:00 2001 From: Ayush Tiwari Date: Mon, 16 Oct 2023 16:52:31 +0530 Subject: [PATCH] update: explorer urls for mantle chain --- axelar-chains-config/info/mainnet.json | 4 ++-- axelar-chains-config/info/testnet.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/axelar-chains-config/info/mainnet.json b/axelar-chains-config/info/mainnet.json index 9760e044..b0ed11b4 100644 --- a/axelar-chains-config/info/mainnet.json +++ b/axelar-chains-config/info/mainnet.json @@ -704,8 +704,8 @@ } }, "explorer": { - "url": "https://explorer.mantle.xyz", - "api": "https://explorer.mantle.xyz/api" + "url": "https://mantlescan.org/", + "api": "https://mantlescan.org/api" }, "gasOptions": { "gasLimit": 8000000 diff --git a/axelar-chains-config/info/testnet.json b/axelar-chains-config/info/testnet.json index 60c4081a..c8b2e2d2 100644 --- a/axelar-chains-config/info/testnet.json +++ b/axelar-chains-config/info/testnet.json @@ -1640,8 +1640,8 @@ } }, "explorer": { - "url": "https://explorer.testnet.mantle.xyz", - "api": "https://explorer.testnet.mantle.xyz/api" + "url": "https://testnet.mantlescan.org/", + "api": "https://testnet.mantlescan.org/api" }, "gasOptions": { "gasLimit": 8000000