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 + } + } + ] +}