Skip to content

Commit

Permalink
add archway-composable IBC channel
Browse files Browse the repository at this point in the history
  • Loading branch information
PolkachuIntern authored Jun 3, 2024
1 parent 080fa73 commit f6360d9
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/archway-composable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archway",
"client_id": "07-tendermint-111",
"connection_id": "connection-104"
},
"chain_2": {
"chain_name": "composable",
"client_id": "07-tendermint-216",
"connection_id": "connection-110"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-144",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-72",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit f6360d9

Please sign in to comment.