Skip to content

Commit 468eb53

Browse files
Merge pull request #8671 from BitGo/CECHO-864-xtzevm-testnet-migration
fix(statics): migrate xtzevm testnet from deprecated shadownet to ghostnet
2 parents 77c7517 + f4d2297 commit 468eb53

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
@@ -743,8 +743,8 @@ class XtzEvmTestnet extends Testnet implements EthereumNetwork {
743743
family = CoinFamily.XTZEVM;
744744
explorerUrl = 'https://shadownet.explorer.etherlink.com/tx/';
745745
accountExplorerUrl = 'https://shadownet.explorer.etherlink.com/address/';
746-
chainId = 128123;
747-
nativeCoinOperationHashPrefix = '128123';
746+
chainId = 127823;
747+
nativeCoinOperationHashPrefix = '127823';
748748
}
749749

750750
class Pyrmont extends Testnet implements AccountNetwork {

0 commit comments

Comments
 (0)