Skip to content

Commit

Permalink
Update gateway ibc connections constant (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Picco authored Jan 10, 2024
1 parent 6ed6556 commit 36baac3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions platforms/cosmwasm/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,17 @@ const gatewayConnections = [
[
"Mainnet",
[
["Wormchain", { Cosmoshub: "channel-5", Osmosis: "channel-3" }],
["Osmosis", { Wormchain: "channel-6" }],
[
"Wormchain",
{
Osmosis: "channel-3",
Evmos: "channel-5",
Kujira: "channel-9",
},
],
["Osmosis", { Wormchain: "channel-2186" }],
["Evmos", { Wormchain: "channel-94" }],
["Kujira", { Wormchain: "channel-113" }],
],
],
[
Expand Down

0 comments on commit 36baac3

Please sign in to comment.