From 95b7a3055e96712bbd5b9fd36eaed04526fd0c3e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 18 Dec 2024 19:10:47 +0000 Subject: [PATCH] Sync Cosmoshub files --- _IBC/cosmoshub-elys.json | 47 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 _IBC/cosmoshub-elys.json diff --git a/_IBC/cosmoshub-elys.json b/_IBC/cosmoshub-elys.json new file mode 100644 index 0000000..9f7f398 --- /dev/null +++ b/_IBC/cosmoshub-elys.json @@ -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 + } + } + ] +} \ No newline at end of file