File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export const CHAIN_IDS = {
2828 ETC : 61 ,
2929 CREDITCOIN : 102030 ,
3030 APECHAIN : 33139 ,
31- PHAROS : 688688 ,
31+ PHAROS : 688689 , // TODO: WIN-5781: change it with correct mainnet details, when its available
3232 HYPEEVM : 999 ,
3333 SONIC : 146 ,
3434 SEIEVM : 1329 ,
Original file line number Diff line number Diff line change @@ -958,12 +958,12 @@ const config: HardhatUserConfig = {
958958 urls : {
959959 apiURL :
960960 'https://api.socialscan.io/pharos-testnet/v1/explorer/command_api/contract' ,
961- browserURL : 'https://testnet.pharosscan.xyz'
961+ browserURL : 'https://testnet.pharosscan.xyz/ '
962962 }
963963 } ,
964964 {
965965 network : 'pharosMainnet' ,
966- chainId : CHAIN_IDS . PHAROS_TESTNET , // TODO: WIN-5781: change it with mainnet details, when its available
966+ chainId : CHAIN_IDS . PHAROS , // TODO: WIN-5781: change it with mainnet details, when its available
967967 urls : {
968968 apiURL : '' , // TODO: WIN-5781: change it with mainnet details, when its available
969969 browserURL : '' // TODO: WIN-5781: change it with mainnet details, when its available
You can’t perform that action at this time.
0 commit comments