diff --git a/modules/statics/src/map.ts b/modules/statics/src/map.ts index d39e83904d..72148204ee 100644 --- a/modules/statics/src/map.ts +++ b/modules/statics/src/map.ts @@ -136,7 +136,7 @@ export class CoinMap { 1946: 'tsoneium', 33111: 'tapechain', 33139: 'apechain', - 688688: 'tphrs', + 688689: 'tphrs', 102030: 'ctc', 102031: 'tctc', 998: 'thypeevm', diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 6c2fcd5931..b7e685d5c2 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1595,10 +1595,10 @@ class Pharos extends Mainnet implements EthereumNetwork { class PharosTestnet extends Testnet implements EthereumNetwork { name = 'PharosTestnet'; family = CoinFamily.PHRS; - explorerUrl = 'https://testnet.pharosscan.xyz/tx/'; - accountExplorerUrl = 'https://testnet.pharosscan.xyz/address/'; - chainId = 688688; - nativeCoinOperationHashPrefix = '688688'; + explorerUrl = 'https://atlantic.pharosscan.xyz/tx/'; + accountExplorerUrl = 'https://atlantic.pharosscan.xyz/address/'; + chainId = 688689; + nativeCoinOperationHashPrefix = '688689'; forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a'; forwarderImplementationAddress = '0xd5fe1c1f216b775dfd30638fa7164d41321ef79b'; walletFactoryAddress = '0x809ee567e413543af1caebcdb247f6a67eafc8dd';