Skip to content

Commit

Permalink
Revert "pause bsc (#1603)" (#1606)
Browse files Browse the repository at this point in the history
This reverts commit 4a6fd0f.

Co-authored-by: Trajan0x <[email protected]>
  • Loading branch information
trajan0x and trajan0x authored Dec 7, 2023
1 parent 37e8d0e commit 1eb45f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/synapse-interface/constants/chains/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const CHAIN_IDS = getids() // used to be ids
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 = [all.BNB.id]
export const PAUSED_TO_CHAIN_IDS = [all.DOGE.id, all.BNB.id]
export const PAUSED_FROM_CHAIN_IDS = []
export const PAUSED_TO_CHAIN_IDS = [all.DOGE.id]

export const ChainId = {
ETH: 1,
Expand Down

0 comments on commit 1eb45f5

Please sign in to comment.