Skip to content

Commit 055e40e

Browse files
authored
Update archway-osmosis to support ICQ (#345)
For ICQ (Interchain Query) we need to open new channels from wasm.<addr> port-id to icqhost port-id. This PR is to enable those channel creation. Assumption: * means any/all and this config file supports such wild cards.
1 parent fc5438f commit 055e40e

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

_IBC/archway-osmosis.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,21 @@
7070
"tags": {
7171
"status": "live"
7272
}
73+
},
74+
{
75+
"chain_1": {
76+
"channel_id": "*",
77+
"port_id": "wasm.*"
78+
},
79+
"chain_2": {
80+
"channel_id": "*",
81+
"port_id": "icqhost"
82+
},
83+
"ordering": "unordered",
84+
"version": "icq-1",
85+
"tags": {
86+
"status": "live"
87+
}
7388
}
7489
],
7590
"operators": [
@@ -152,12 +167,12 @@
152167
"handle": "josect_hs",
153168
"id": "360160710497533953"
154169
}
155-
},
156-
{
157-
"chain_1": {
170+
},
171+
{
172+
"chain_1": {
158173
"address": "archway1jqz2205er0d8657ugll98c462cyplkcq2x73ju"
159174
},
160-
"chain_2": {
175+
"chain_2": {
161176
"address": "osmo1jqz2205er0d8657ugll98c462cyplkcqhk39we"
162177
},
163178
"memo": "Relayed by Huginn | https://huginn.tech ",
@@ -238,4 +253,4 @@
238253
}
239254
}
240255
]
241-
}
256+
}

0 commit comments

Comments
 (0)