Skip to content

Commit 04008f3

Browse files
chore: fix pharos testnet contract verification
Ticket: WIN-6551
1 parent d8594d6 commit 04008f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/chainIds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)