We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e711153 commit 74d7464Copy full SHA for 74d7464
1 file changed
modules/statics/src/networks.ts
@@ -1700,8 +1700,8 @@ class Morph extends Mainnet implements EthereumNetwork {
1700
class MorphTestnet extends Testnet implements EthereumNetwork {
1701
name = 'Morph Testnet';
1702
family = CoinFamily.MORPH;
1703
- explorerUrl = 'https://explorer-api-hoodi.morphl2.io/tx/';
1704
- accountExplorerUrl = 'https://explorer-api-hoodi.morphl2.io/address/';
+ explorerUrl = 'https://explorer-hoodi.morph.network/tx/';
+ accountExplorerUrl = 'https://explorer-hoodi.morph.network/address/';
1705
chainId = 2910;
1706
nativeCoinOperationHashPrefix = '2910';
1707
}
0 commit comments