diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index f0461a9ea5..df720eece1 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -743,8 +743,8 @@ class XtzEvmTestnet extends Testnet implements EthereumNetwork { family = CoinFamily.XTZEVM; explorerUrl = 'https://shadownet.explorer.etherlink.com/tx/'; accountExplorerUrl = 'https://shadownet.explorer.etherlink.com/address/'; - chainId = 128123; - nativeCoinOperationHashPrefix = '128123'; + chainId = 127823; + nativeCoinOperationHashPrefix = '127823'; } class Pyrmont extends Testnet implements AccountNetwork {