Skip to content

Commit

Permalink
Fixes explorer images
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Mar 14, 2024
1 parent dfe844e commit ebb588a
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 22 deletions.
12 changes: 3 additions & 9 deletions packages/synapse-interface/assets/chains/dogechain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions packages/synapse-interface/assets/explorer/avalanche.svg

This file was deleted.

7 changes: 4 additions & 3 deletions packages/synapse-interface/assets/explorer/bscscan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions packages/synapse-interface/assets/explorer/fantom.svg

This file was deleted.

3 changes: 3 additions & 0 deletions packages/synapse-interface/assets/explorer/ftmscan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/synapse-interface/assets/explorer/snowscan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions packages/synapse-interface/constants/chains/master.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ import optimismImg from '@assets/chains/optimism.svg'
import polygonImg from '@assets/chains/polygon.svg'

import ethExplorerImg from '@assets/explorer/etherscan.svg'
import arbitrumExplorerImg from '@assets/explorer/arbitrum.svg'
import arbitrumExplorerImg from '@assets/explorer/arbiscan.svg'
import blastExplorerImg from '@assets/explorer/blast.svg'
import bnbExplorerImg from '@assets/explorer/bscscan.svg'
import avalancheExplorerImg from '@assets/explorer/avalanche.svg'
import avalancheExplorerImg from '@assets/explorer/snowscan.svg'
import cantoExplorerImg from '@assets/explorer/canto.svg'
import optimismExplorerImg from '@assets/explorer/optimism.svg'
import polygonExplorerImg from '@assets/explorer/polygon.svg'
import dfkExplorerImg from '@assets/explorer/dfk-chain.svg'
import klaytynExplorerImg from '@assets/explorer/klaytn.svg'
import fantomExplorerImg from '@assets/explorer/fantom.svg'
import fantomExplorerImg from '@assets/explorer/ftmscan.svg'
import cronosExplorerImg from '@assets/explorer/cronos.svg'
import bobaExplorerImg from '@assets/explorer/boba.svg'
import metisExplorerImg from '@assets/explorer/metis.svg'
Expand Down Expand Up @@ -436,7 +436,6 @@ export const BASE: Chain = {
color: 'blue',
}

// TODO: UPDATE ALL PARAMETERS FOR MAINNET
export const BLAST: Chain = {
priorityRank: 90,
id: 81457,
Expand Down

0 comments on commit ebb588a

Please sign in to comment.