Skip to content

Commit

Permalink
fix: update usage of OP goerli to OP Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
sahar-fehri committed Feb 29, 2024
1 parent 1d78bb5 commit 46c771a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/name-controller/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const CHAIN_IDS = {
BSC: '0x38',
BSC_TESTNET: '0x61',
OPTIMISM: '0xa',
OPTIMISM_TESTNET: '0x1a4',
OPTIMISM_TESTNET: '0xaa37dc',
POLYGON: '0x89',
POLYGON_TESTNET: '0x13881',
AVALANCHE: '0xa86a',
Expand Down Expand Up @@ -60,7 +60,7 @@ export const ETHERSCAN_SUPPORTED_NETWORKS = {
},
[CHAIN_IDS.OPTIMISM_TESTNET]: {
domain: DEFAULT_ETHERSCAN_DOMAIN,
subdomain: `${DEFAULT_ETHERSCAN_SUBDOMAIN_PREFIX}-goerli-optimistic`,
subdomain: `${DEFAULT_ETHERSCAN_SUBDOMAIN_PREFIX}-sepolia-optimistic`,
},
[CHAIN_IDS.POLYGON]: {
domain: 'polygonscan.com',
Expand Down
2 changes: 1 addition & 1 deletion packages/preferences-controller/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const ETHERSCAN_SUPPORTED_CHAIN_IDS = {
BSC: '0x38',
BSC_TESTNET: '0x61',
OPTIMISM: '0xa',
OPTIMISM_TESTNET: '0x1a4',
OPTIMISM_TESTNET: '0xaa37dc',
POLYGON: '0x89',
POLYGON_TESTNET: '0x13881',
AVALANCHE: '0xa86a',
Expand Down
4 changes: 2 additions & 2 deletions packages/transaction-controller/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const CHAIN_IDS = {
BSC: '0x38',
BSC_TESTNET: '0x61',
OPTIMISM: '0xa',
OPTIMISM_TESTNET: '0x1a4',
OPTIMISM_TESTNET: '0xaa37dc',
POLYGON: '0x89',
POLYGON_TESTNET: '0x13881',
AVALANCHE: '0xa86a',
Expand Down Expand Up @@ -60,7 +60,7 @@ export const ETHERSCAN_SUPPORTED_NETWORKS = {
},
[CHAIN_IDS.OPTIMISM_TESTNET]: {
domain: DEFAULT_ETHERSCAN_DOMAIN,
subdomain: `${DEFAULT_ETHERSCAN_SUBDOMAIN_PREFIX}-goerli-optimistic`,
subdomain: `${DEFAULT_ETHERSCAN_SUBDOMAIN_PREFIX}-sepolia-optimistic`,
},
[CHAIN_IDS.POLYGON]: {
domain: 'polygonscan.com',
Expand Down

0 comments on commit 46c771a

Please sign in to comment.