Skip to content

Commit

Permalink
Update avascan link (#1566)
Browse files Browse the repository at this point in the history
* Update avascan link

* Update explorer url for avascan

---------

Co-authored-by: Jonah Lin <[email protected]>
  • Loading branch information
bigboydiamonds and bigboydiamonds authored Nov 15, 2023
1 parent 3492838 commit 985cefb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/explorer-ui/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export const CHAIN_EXPLORER_URLS = {
[ChainId.MOONRIVER]: 'https://moonriver.moonscan.io',
[ChainId.ARBITRUM]: 'https://arbiscan.io',
[ChainId.OPTIMISM]: 'https://optimistic.etherscan.io',
[ChainId.AVALANCHE]: 'https://avascan.info/',
[ChainId.AVALANCHE]: 'https://avascan.info/blockchain/c/',
[ChainId.DFK]:
'https://subnets.avax.network/defi-kingdoms/dfk-chain/explorer',
[ChainId.FANTOM]: 'https://ftmscan.com',
Expand Down
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const AVALANCHE: Chain = {
fallback: 'https://1rpc.io/avax/c',
},
nativeCurrency: { name: 'Avax', symbol: 'AVAX', decimals: 18 },
explorerUrl: 'https://avascan.info/',
explorerUrl: 'https://avascan.info/blockchain/c/',
explorerName: 'Avascan',
explorerImg: avalancheExplorerImg,
color: 'red',
Expand Down

0 comments on commit 985cefb

Please sign in to comment.