Skip to content

Commit

Permalink
chore: toggle maintain flag
Browse files Browse the repository at this point in the history
  • Loading branch information
meomeocoj committed Sep 5, 2024
1 parent 255f78f commit efa658e
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 @@ -734,7 +734,7 @@ const Bridge = () => {
}

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

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

0 comments on commit efa658e

Please sign in to comment.