Skip to content

Commit f50a689

Browse files
feat: fix pharos chainId for new testnet
Ticket: CECHO-526
1 parent 1943026 commit f50a689

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

modules/statics/src/map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class CoinMap {
136136
1946: 'tsoneium',
137137
33111: 'tapechain',
138138
33139: 'apechain',
139-
688688: 'tphrs',
139+
688689: 'tphrs',
140140
102030: 'ctc',
141141
102031: 'tctc',
142142
998: 'thypeevm',

modules/statics/src/networks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,10 +1595,10 @@ class Pharos extends Mainnet implements EthereumNetwork {
15951595
class PharosTestnet extends Testnet implements EthereumNetwork {
15961596
name = 'PharosTestnet';
15971597
family = CoinFamily.PHRS;
1598-
explorerUrl = 'https://testnet.pharosscan.xyz/tx/';
1599-
accountExplorerUrl = 'https://testnet.pharosscan.xyz/address/';
1600-
chainId = 688688;
1601-
nativeCoinOperationHashPrefix = '688688';
1598+
explorerUrl = 'https://atlantic.pharosscan.xyz/tx/';
1599+
accountExplorerUrl = 'https://atlantic.pharosscan.xyz/address/';
1600+
chainId = 688689;
1601+
nativeCoinOperationHashPrefix = '688689';
16021602
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
16031603
forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b';
16041604
walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';

0 commit comments

Comments
 (0)