Skip to content

Commit

Permalink
Update archwaytestnet-osmosistestnet to support ICQ (#344)
Browse files Browse the repository at this point in the history
For ICQ we need to open new channels from wasm.<addr> port-id to icqhost
port-id. This PR is to enable those channel creation that support ICQ.

Assumption: * means any/all and this config file supports such wild
cards.
  • Loading branch information
isakfm committed May 14, 2024
1 parent a8544c6 commit fc5438f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion testnets/_IBC/archwaytestnet-osmosistestnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@
"tags": {
"status": "live"
}
},
{
"chain_1": {
"channel_id": "*",
"port_id": "wasm.*"
},
"chain_2": {
"channel_id": "*",
"port_id": "icqhost"
},
"ordering": "unordered",
"version": "icq-1",
"tags": {
"status": "live"
}
}
]
}
}

0 comments on commit fc5438f

Please sign in to comment.