Skip to content

Commit

Permalink
Merge pull request #1700 from synapsecns/pause-harmony
Browse files Browse the repository at this point in the history
pause harmony
  • Loading branch information
aureliusbtc authored Dec 22, 2023
2 parents 5a97ddb + e7e24e2 commit 3cc13e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/synapse-interface/constants/chains/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +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 = [all.HARMONY.id]
export const PAUSED_TO_CHAIN_IDS = [all.DOGE.id, all.HARMONY]
export const PAUSED_TO_CHAIN_IDS = [all.DOGE.id, all.HARMONY.id]

export const ChainId = {
ETH: 1,
Expand Down

0 comments on commit 3cc13e6

Please sign in to comment.