We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b284f3 + 94e6755 commit a3e2588Copy full SHA for a3e2588
modules/statics/src/networks.ts
@@ -1702,8 +1702,8 @@ class MorphTestnet extends Testnet implements EthereumNetwork {
1702
family = CoinFamily.MORPH;
1703
explorerUrl = 'https://explorer-api-hoodi.morphl2.io/tx/';
1704
accountExplorerUrl = 'https://explorer-api-hoodi.morphl2.io/address/';
1705
- chainId = 2710;
1706
- nativeCoinOperationHashPrefix = '2710';
+ chainId = 2910;
+ nativeCoinOperationHashPrefix = '2910';
1707
}
1708
1709
class CreditcoinTestnet extends Testnet implements EthereumNetwork {
0 commit comments