Skip to content

Commit

Permalink
Update base.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney authored Dec 19, 2023
1 parent fb5959c commit d15a90d
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 @@ -72,8 +72,8 @@ const disableBridge = {
[NETWORKS.BSC]: false,
},
[EXCHANGE_MODE.TO_SCRT]: {
[NETWORKS.ETH]: false,
[NETWORKS.BSC]: false,
[NETWORKS.ETH]: true,
[NETWORKS.BSC]: true,
},
};

Expand Down

0 comments on commit d15a90d

Please sign in to comment.