Skip to content

Commit

Permalink
Add xion initial ibc paths (cosmos#5656)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensgg authored Dec 4, 2024
1 parent cbcc890 commit 5c492b1
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/axelar-xion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "axelar",
"client_id": "07-tendermint-230",
"connection_id": "connection-221"
},
"chain_2": {
"chain_name": "xion",
"client_id": "07-tendermint-3",
"connection_id": "connection-3"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-161",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-3",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/injective-xion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "injective",
"client_id": "07-tendermint-279",
"connection_id": "connection-282"
},
"chain_2": {
"chain_name": "xion",
"client_id": "07-tendermint-4",
"connection_id": "connection-4"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-387",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-4",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/noble-xion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "noble",
"client_id": "07-tendermint-128",
"connection_id": "connection-124"
},
"chain_2": {
"chain_name": "xion",
"client_id": "07-tendermint-2",
"connection_id": "connection-2"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-113",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-2",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/osmosis-xion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "osmosis",
"client_id": "07-tendermint-3366",
"connection_id": "connection-2823"
},
"chain_2": {
"chain_name": "xion",
"client_id": "07-tendermint-1",
"connection_id": "connection-1"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-89321",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-1",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit 5c492b1

Please sign in to comment.