Skip to content

Commit

Permalink
Hides Harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed Dec 21, 2023
1 parent 86943f0 commit 01bd631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const BridgeTransactionButton = ({
PAUSED_TO_CHAIN_IDS.includes(toChainId)
) {
buttonProperties = {
label: `Bridge unavailable`,
label: `Bridge unavailable due to network issues`,
onClick: null,
}
} else if (!fromToken) {
Expand Down
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 = []
export const PAUSED_TO_CHAIN_IDS = [all.DOGE.id]
export const PAUSED_FROM_CHAIN_IDS = [all.HARMONY.id]
export const PAUSED_TO_CHAIN_IDS = [all.DOGE.id, all.HARMONY]

export const ChainId = {
ETH: 1,
Expand Down

0 comments on commit 01bd631

Please sign in to comment.