Skip to content

Commit 74d7464

Browse files
feat(statics): update explorer url for morph chain
WIN-8721 TICKET: WIN-8721
1 parent e711153 commit 74d7464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,8 +1700,8 @@ class Morph extends Mainnet implements EthereumNetwork {
17001700
class MorphTestnet extends Testnet implements EthereumNetwork {
17011701
name = 'Morph Testnet';
17021702
family = CoinFamily.MORPH;
1703-
explorerUrl = 'https://explorer-api-hoodi.morphl2.io/tx/';
1704-
accountExplorerUrl = 'https://explorer-api-hoodi.morphl2.io/address/';
1703+
explorerUrl = 'https://explorer-hoodi.morph.network/tx/';
1704+
accountExplorerUrl = 'https://explorer-hoodi.morph.network/address/';
17051705
chainId = 2910;
17061706
nativeCoinOperationHashPrefix = '2910';
17071707
}

0 commit comments

Comments
 (0)