Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions shared/constants/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ export const ETHERSCAN_SUPPORTED_NETWORKS = {
subdomain: `${defaultEtherscanSubdomainPrefix}-mumbai`,
},
[CHAIN_IDS.AVALANCHE]: {
domain: 'snowtrace.io',
domain: 'snowscan.xyz',
subdomain: defaultEtherscanSubdomainPrefix,
},
[CHAIN_IDS.AVALANCHE_TESTNET]: {
Expand Down Expand Up @@ -938,7 +938,7 @@ export const FEATURED_RPCS: RPCDefinition[] = [
rpcUrl: `https://avalanche-mainnet.infura.io/v3/${infuraProjectId}`,
ticker: CURRENCY_SYMBOLS.AVALANCHE,
rpcPrefs: {
blockExplorerUrl: 'https://snowtrace.io/',
blockExplorerUrl: 'https://snowscan.xyz/',
imageUrl: AVAX_TOKEN_IMAGE_URL,
},
},
Expand Down
2 changes: 1 addition & 1 deletion shared/constants/swaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ const BSC_DEFAULT_BLOCK_EXPLORER_URL = 'https://bscscan.com/';
const MAINNET_DEFAULT_BLOCK_EXPLORER_URL = 'https://etherscan.io/';
const GOERLI_DEFAULT_BLOCK_EXPLORER_URL = 'https://goerli.etherscan.io/';
const POLYGON_DEFAULT_BLOCK_EXPLORER_URL = 'https://polygonscan.com/';
const AVALANCHE_DEFAULT_BLOCK_EXPLORER_URL = 'https://snowtrace.io/';
const AVALANCHE_DEFAULT_BLOCK_EXPLORER_URL = 'https://snowscan.xyz/';
const OPTIMISM_DEFAULT_BLOCK_EXPLORER_URL = 'https://optimistic.etherscan.io/';
const ARBITRUM_DEFAULT_BLOCK_EXPLORER_URL = 'https://arbiscan.io/';
const ZKSYNC_DEFAULT_BLOCK_EXPLORER_URL = 'https://explorer.zksync.io/';
Expand Down
2 changes: 1 addition & 1 deletion ui/components/app/add-network/add-network.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default {
rpcUrl: 'https://api.avax.network/ext/bc/C/rpc',
ticker: 'AVAX',
rpcPrefs: {
blockExplorerUrl: 'https://snowtrace.io/',
blockExplorerUrl: 'https://snowscan.xyz/',
imageUrl: AVALANCHE_IMAGE_URL,
},
},
Expand Down