Skip to content

Commit

Permalink
Update base.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney authored Feb 21, 2024
1 parent d15a90d commit b5cc63f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Exchange/steps/base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ export const notify = (type: 'success' | 'error', msg: string, hideAfterSec: num

const disableBridge = {
[EXCHANGE_MODE.FROM_SCRT]: {
[NETWORKS.ETH]: false,
[NETWORKS.BSC]: false,
[NETWORKS.ETH]: true,
[NETWORKS.BSC]: true,
},
[EXCHANGE_MODE.TO_SCRT]: {
[NETWORKS.ETH]: true,
Expand Down

0 comments on commit b5cc63f

Please sign in to comment.