Skip to content

Commit

Permalink
Update ibc-overrides.ts (#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 authored Jun 5, 2024
1 parent 4c05418 commit c3f4260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web/config/ibc-overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,10 @@ const MainnetIBCAdditionalData: Partial<
depositUrlOverride: "https://app.picasso.network/?from=SOLANA&to=OSMOSIS",
withdrawUrlOverride: "https://app.picasso.network/?from=OSMOSIS&to=SOLANA",
},
WHINE: {
depositUrlOverride: "https://app.picasso.network/?from=SOLANA&to=OSMOSIS",
withdrawUrlOverride: "https://app.picasso.network/?from=OSMOSIS&to=SOLANA",
},
};

export const IBCAdditionalData: AdditionalData = IS_TESTNET
Expand Down

0 comments on commit c3f4260

Please sign in to comment.