Skip to content

Commit

Permalink
unp
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc committed Jan 3, 2024
1 parent e136063 commit c17f2a2
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions packages/synapse-interface/constants/chains/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,27 +40,7 @@ export const CHAINS_BY_ID = getChainsByID()
export const ORDERED_CHAINS_BY_ID = CHAINS_ARR.map((chain) => String(chain.id))

export const PAUSED_FROM_CHAIN_IDS = []
export const PAUSED_TO_CHAIN_IDS = [
all.DOGE.id,
all.ETH.id,
all.ARBITRUM.id,
all.AVALANCHE.id,
all.AURORA.id,
all.BASE.id,
all.BNB.id,
all.CANTO.id,
all.CRONOS.id,
all.DFK.id,
all.FANTOM.id,
all.HARMONY.id,
all.KLAYTN.id,
all.METIS.id,
all.MOONBEAM.id,
all.MOONRIVER.id,
all.OPTIMISM.id,
all.POLYGON.id,
all.BOBA.id,
]
export const PAUSED_TO_CHAIN_IDS = [all.DOGE.id]

export const ChainId = {
ETH: 1,
Expand Down

0 comments on commit c17f2a2

Please sign in to comment.