From 54dafe3639a5ac274b0a0982ff54b848893d85f0 Mon Sep 17 00:00:00 2001 From: Validatrium Date: Tue, 9 Sep 2025 13:50:58 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20IBC=20channel=20metadata=20for=20Bitsong?= =?UTF-8?q?=20=E2=86=94=20Axelar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _IBC/bitsong-axelar.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 _IBC/bitsong-axelar.json diff --git a/_IBC/bitsong-axelar.json b/_IBC/bitsong-axelar.json new file mode 100644 index 0000000000..13a04441c0 --- /dev/null +++ b/_IBC/bitsong-axelar.json @@ -0,0 +1,31 @@ +{ + "$schema": "../ibc_data.schema.json", + "chain_1": { + "chain_name": "bitsong", + "client_id": "07-tendermint-82", + "connection_id": "connection-57" + }, + "chain_2": { + "chain_name": "axelar", + "client_id": "07-tendermint-252", + "connection_id": "connection-243" + }, + "channels": [ + { + "chain_1": { + "channel_id": "channel-38", + "port_id": "transfer" + }, + "chain_2": { + "channel_id": "channel-183", + "port_id": "transfer" + }, + "ordering": "unordered", + "version": "ics20-1", + "tags": { + "status": "live", + "preferred": true + } + } + ] +} \ No newline at end of file