Skip to content

Commit

Permalink
feat: add miniwasm nft transfer (#234)
Browse files Browse the repository at this point in the history
* add miniwasm nft transfer

* fix channel id
  • Loading branch information
JSHan94 authored Dec 12, 2024
1 parent 82b6d60 commit 0a3bb23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testnets/initia/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,12 @@
"channel_id": "channel-2",
"version": "ics20-1"
},
{
"chain_id": "miniwasm-2",
"port_id": "nft-transfer",
"channel_id": "channel-3",
"version": "ics721-1"
},
{
"chain_id": "minimove-2",
"port_id": "nft-transfer",
Expand Down

0 comments on commit 0a3bb23

Please sign in to comment.