From f6360d9fedc642ee473d64f609df086970cc8eb1 Mon Sep 17 00:00:00 2001 From: Polkachu Intern Date: Sun, 2 Jun 2024 17:31:45 -0700 Subject: [PATCH] add archway-composable IBC channel --- _IBC/archway-composable.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 _IBC/archway-composable.json diff --git a/_IBC/archway-composable.json b/_IBC/archway-composable.json new file mode 100644 index 0000000000..d1d088ef05 --- /dev/null +++ b/_IBC/archway-composable.json @@ -0,0 +1,31 @@ +{ + "$schema": "../ibc_data.schema.json", + "chain_1": { + "chain_name": "archway", + "client_id": "07-tendermint-111", + "connection_id": "connection-104" + }, + "chain_2": { + "chain_name": "composable", + "client_id": "07-tendermint-216", + "connection_id": "connection-110" + }, + "channels": [ + { + "chain_1": { + "channel_id": "channel-144", + "port_id": "transfer" + }, + "chain_2": { + "channel_id": "channel-72", + "port_id": "transfer" + }, + "ordering": "unordered", + "version": "ics20-1", + "tags": { + "status": "live", + "preferred": true + } + } + ] + }