Skip to content

Commit 391d9f9

Browse files
Merge pull request #7547 from BitGo/WIN-7927
chore: migrate sonic testnet from blaze
2 parents 442c0b1 + 3fa7ca3 commit 391d9f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

modules/statics/src/map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class CoinMap {
133133
16661: 'og',
134134
9746: 'txpl',
135135
9745: 'xpl',
136-
57054: 'tsonic',
136+
14601: 'tsonic',
137137
146: 'sonic',
138138
1328: 'tseievm',
139139
1329: 'seievm',

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,8 +1555,8 @@ class SonicTestnet extends Testnet implements EthereumNetwork {
15551555
family = CoinFamily.SONIC;
15561556
explorerUrl = 'https://testnet.sonicscan.org/tx/';
15571557
accountExplorerUrl = 'https://testnet.sonicscan.org/address/';
1558-
chainId = 57054;
1559-
nativeCoinOperationHashPrefix = '57054';
1558+
chainId = 14601;
1559+
nativeCoinOperationHashPrefix = '14601';
15601560
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';
15611561
batcherContractAddress = '0x3e1e5d78e44f15593b3b61ed278f12c27f0ff33e';
15621562
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';

0 commit comments

Comments
 (0)