Skip to content

Commit

Permalink
Update archway-composable.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JafarAz committed Jun 5, 2024
1 parent 789af4c commit d9826e9
Showing 1 changed file with 27 additions and 28 deletions.
55 changes: 27 additions & 28 deletions _IBC/archway-composable.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archway",
"client_id": "07-tendermint-112",
"connection_id": "connection-105"
},
"chain_2": {
"chain_name": "composable",
"client_id": "07-tendermint-218",
"connection_id": "connection-111"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-145",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-73",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archway",
"client_id": "07-tendermint-75",
"connection_id": "connection-79"
},
"chain_2": {
"chain_name": "composable",
"client_id": "07-tendermint-143",
"connection_id": "connection-63"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-108",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-50",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}
}

0 comments on commit d9826e9

Please sign in to comment.