We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b284f3 commit 94e6755Copy full SHA for 94e6755
1 file changed
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