Skip to content

Commit

Permalink
Add Elys-Saga ibc (#5778)
Browse files Browse the repository at this point in the history
* Add Elys-Saga relayer

* Rename elys-saga to elys-saga.json
  • Loading branch information
avkr003 authored Jan 6, 2025
1 parent 7ef4845 commit 263421e
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/elys-saga.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-12",
"connection_id": "connection-12"
},
"chain_2": {
"chain_name": "saga",
"client_id": "07-tendermint-26",
"connection_id": "connection-21"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-9",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-35",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit 263421e

Please sign in to comment.