File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ui/components/app/add-network Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 } ,
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ const BSC_DEFAULT_BLOCK_EXPLORER_URL = 'https://bscscan.com/';
166166const MAINNET_DEFAULT_BLOCK_EXPLORER_URL = 'https://etherscan.io/' ;
167167const GOERLI_DEFAULT_BLOCK_EXPLORER_URL = 'https://goerli.etherscan.io/' ;
168168const 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 /' ;
170170const OPTIMISM_DEFAULT_BLOCK_EXPLORER_URL = 'https://optimistic.etherscan.io/' ;
171171const ARBITRUM_DEFAULT_BLOCK_EXPLORER_URL = 'https://arbiscan.io/' ;
172172const ZKSYNC_DEFAULT_BLOCK_EXPLORER_URL = 'https://explorer.zksync.io/' ;
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments