Skip to content

Commit

Permalink
remove maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
perfogic committed Aug 5, 2024
1 parent 63cb1df commit 3d80c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/page/bridge/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,8 @@ const Bridge = () => {
: Number(amount) >
toDisplay(amountsTon[token?.denom] || "0", token?.decimal);

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

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

0 comments on commit 3d80c3d

Please sign in to comment.