Skip to content

Commit

Permalink
fix channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
JSHan94 committed Mar 25, 2024
1 parent a6532da commit 7e1f38b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions devnets/mahalo/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,21 +129,21 @@
{
"chain_id": "minimove-2",
"port_id": "nft-transfer",
"channel_id": "channel-1",
"channel_id": "channel-2",
"version": "ics721-1"
},

{
"chain_id": "miniwasm-2",
"port_id": "transfer",
"channel_id": "channel-0",
"channel_id": "channel-1",
"version": "ics20-1"
},

{
"chain_id": "miniwasm-2",
"port_id": "nft-transfer",
"channel_id": "channel-1",
"channel_id": "channel-3",
"version": "ics721-1"
}
],
Expand Down
2 changes: 1 addition & 1 deletion devnets/minimove/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
{
"chain_id": "mahalo-2",
"port_id": "nft-transfer",
"channel_id": "channel-2",
"channel_id": "channel-1",
"version": "ics721-1"
}
],
Expand Down
4 changes: 2 additions & 2 deletions devnets/miniwasm/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@
{
"chain_id": "mahalo-2",
"port_id": "transfer",
"channel_id": "channel-1",
"channel_id": "channel-0",
"version": "ics20-1"
},
{
"chain_id": "mahalo-2",
"port_id": "wasm.init1wug8sewp6cedgkmrmvhl3lf3tulagm9hnvy8p0rppz9yjw0g4wtq7947m6",
"channel_id": "channel-3",
"channel_id": "channel-1",
"version": "ics721-1"
}
],
Expand Down

0 comments on commit 7e1f38b

Please sign in to comment.