Skip to content

Commit

Permalink
feat: maintain for update 27/08/24
Browse files Browse the repository at this point in the history
  • Loading branch information
meomeocoj committed Aug 27, 2024
1 parent 5b0e131 commit 04aa9dc
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 = false;
const isMaintained = true;

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

0 comments on commit 04aa9dc

Please sign in to comment.