Skip to content

Commit

Permalink
Merge branch 'master' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
meomeocoj committed Sep 5, 2024
2 parents 444f2ad + efa658e commit cddcfe7
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 @@ -765,7 +765,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 cddcfe7

Please sign in to comment.