From d8ba8a67840443ea98160699e2d73fceb33000f2 Mon Sep 17 00:00:00 2001 From: Shubham Damkondwar Date: Thu, 29 Jan 2026 10:08:49 +0530 Subject: [PATCH] feat(statics): update explorer url for morph chain WIN-8721 TICKET: WIN-8721 --- modules/statics/src/networks.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 0b6780cfc6..35444882ca 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1700,8 +1700,8 @@ class Morph extends Mainnet implements EthereumNetwork { class MorphTestnet extends Testnet implements EthereumNetwork { name = 'Morph Testnet'; family = CoinFamily.MORPH; - explorerUrl = 'https://explorer-api-hoodi.morphl2.io/tx/'; - accountExplorerUrl = 'https://explorer-api-hoodi.morphl2.io/address/'; + explorerUrl = 'https://explorer-hoodi.morph.network/tx/'; + accountExplorerUrl = 'https://explorer-hoodi.morph.network/address/'; chainId = 2910; nativeCoinOperationHashPrefix = '2910'; }