Skip to content

Commit

Permalink
Add initial ibc paths for elys
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensgg committed Dec 18, 2024
1 parent 8c51589 commit 8b86212
Show file tree
Hide file tree
Showing 6 changed files with 202 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/akash-elys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "akash",
"client_id": "07-tendermint-191",
"connection_id": "connection-177"
},
"chain_2": {
"chain_name": "elys",
"client_id": "07-tendermint-6",
"connection_id": "connection-5"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-129",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-5",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/axelar-elys.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-231",
"connection_id": "connection-222"
},
"chain_2": {
"chain_name": "elys",
"client_id": "07-tendermint-4",
"connection_id": "connection-3"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-163",
"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/celestia-elys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "celestia",
"client_id": "07-tendermint-95",
"connection_id": "connection-65"
},
"chain_2": {
"chain_name": "elys",
"client_id": "07-tendermint-5",
"connection_id": "connection-4"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-50",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-4",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
47 changes: 47 additions & 0 deletions _IBC/cosmoshub-elys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "cosmoshub",
"client_id": "07-tendermint-1339",
"connection_id": "connection-1073"
},
"chain_2": {
"chain_name": "elys",
"client_id": "07-tendermint-0",
"connection_id": "connection-1"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-1265",
"port_id": "provider"
},
"chain_2": {
"channel_id": "channel-0",
"port_id": "consumer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
},
{
"chain_1": {
"channel_id": "channel-1266",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-1",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/elys-noble.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "elys",
"client_id": "07-tendermint-3",
"connection_id": "connection-2"
},
"chain_2": {
"chain_name": "noble",
"client_id": "07-tendermint-133",
"connection_id": "connection-130"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-2",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-117",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}
31 changes: 31 additions & 0 deletions _IBC/elys-osmosis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "elys",
"client_id": "07-tendermint-9",
"connection_id": "connection-9"
},
"chain_2": {
"chain_name": "osmosis",
"client_id": "07-tendermint-3385",
"connection_id": "connection-2839"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-6",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-91017",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit 8b86212

Please sign in to comment.