From 62a47bf6dbbf9cd3f5aa094783b150fc9bc22379 Mon Sep 17 00:00:00 2001 From: thomasRalee Date: Mon, 1 Jul 2024 08:26:11 +0800 Subject: [PATCH] chore: add fetch ai network url --- layer/utils/network.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layer/utils/network.ts b/layer/utils/network.ts index fac5954..7c66f7e 100644 --- a/layer/utils/network.ts +++ b/layer/utils/network.ts @@ -162,6 +162,8 @@ const getMainnetNetworkExplorerUrl = (network: Network): string => { return 'https://ping.wildsage.io/andromeda' case Network.Saga: return 'https://www.mintscan.io/saga' + case Network.Fetch: + return 'https://www.mintscan.io/fetchai' case Network.Injective: return 'https://explorer.injective.network' default: