From 263421ec27704271c646ab4fe0037e158e2589e5 Mon Sep 17 00:00:00 2001 From: Abhinav Kumar <57705190+avkr003@users.noreply.github.com> Date: Tue, 7 Jan 2025 00:55:18 +0530 Subject: [PATCH] Add Elys-Saga ibc (#5778) * Add Elys-Saga relayer * Rename elys-saga to elys-saga.json --- _IBC/elys-saga.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 _IBC/elys-saga.json diff --git a/_IBC/elys-saga.json b/_IBC/elys-saga.json new file mode 100644 index 0000000000..3414fce39c --- /dev/null +++ b/_IBC/elys-saga.json @@ -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 + } + } + ] +}