Skip to content

Commit

Permalink
fix: off maintainmode"
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Aug 26, 2024
1 parent 72eb749 commit 5b0e131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/page/bridge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ const Bridge = () => {
toDisplay(amountsTon[token?.denom] || "0", token?.decimal);

// const isMaintained = fromNetwork.id === NetworkList.oraichain.id;
const isMaintained = true;
const isMaintained = false;

return (
<div className={styles.container}>
Expand Down

0 comments on commit 5b0e131

Please sign in to comment.