Skip to content

Commit 1cc1c9f

Browse files
JazzBasharaHowardBraham
authored andcommitted
Replace: SnowTrace with SnowScan.xyz a product of Etherscan
1 parent 570f7fd commit 1cc1c9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

shared/constants/network.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ export const ETHERSCAN_SUPPORTED_NETWORKS = {
781781
subdomain: `${defaultEtherscanSubdomainPrefix}-mumbai`,
782782
},
783783
[CHAIN_IDS.AVALANCHE]: {
784-
domain: 'snowtrace.io',
784+
domain: 'snowscan.xyz',
785785
subdomain: defaultEtherscanSubdomainPrefix,
786786
},
787787
[CHAIN_IDS.AVALANCHE_TESTNET]: {
@@ -938,7 +938,7 @@ export const FEATURED_RPCS: RPCDefinition[] = [
938938
rpcUrl: `https://avalanche-mainnet.infura.io/v3/${infuraProjectId}`,
939939
ticker: CURRENCY_SYMBOLS.AVALANCHE,
940940
rpcPrefs: {
941-
blockExplorerUrl: 'https://snowtrace.io/',
941+
blockExplorerUrl: 'https://snowscan.xyz/',
942942
imageUrl: AVAX_TOKEN_IMAGE_URL,
943943
},
944944
},

shared/constants/swaps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const BSC_DEFAULT_BLOCK_EXPLORER_URL = 'https://bscscan.com/';
166166
const MAINNET_DEFAULT_BLOCK_EXPLORER_URL = 'https://etherscan.io/';
167167
const GOERLI_DEFAULT_BLOCK_EXPLORER_URL = 'https://goerli.etherscan.io/';
168168
const POLYGON_DEFAULT_BLOCK_EXPLORER_URL = 'https://polygonscan.com/';
169-
const AVALANCHE_DEFAULT_BLOCK_EXPLORER_URL = 'https://snowtrace.io/';
169+
const AVALANCHE_DEFAULT_BLOCK_EXPLORER_URL = 'https://snowscan.xyz/';
170170
const OPTIMISM_DEFAULT_BLOCK_EXPLORER_URL = 'https://optimistic.etherscan.io/';
171171
const ARBITRUM_DEFAULT_BLOCK_EXPLORER_URL = 'https://arbiscan.io/';
172172
const ZKSYNC_DEFAULT_BLOCK_EXPLORER_URL = 'https://explorer.zksync.io/';

ui/components/app/add-network/add-network.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default {
4242
rpcUrl: 'https://api.avax.network/ext/bc/C/rpc',
4343
ticker: 'AVAX',
4444
rpcPrefs: {
45-
blockExplorerUrl: 'https://snowtrace.io/',
45+
blockExplorerUrl: 'https://snowscan.xyz/',
4646
imageUrl: AVALANCHE_IMAGE_URL,
4747
},
4848
},

0 commit comments

Comments
 (0)