From 55423d7e8ffd7ab917a8137b6bc6dd1305feac31 Mon Sep 17 00:00:00 2001 From: Validatrium Date: Wed, 6 Aug 2025 12:02:17 +0300 Subject: [PATCH] =?UTF-8?q?Fix=20IBC=20channel=20metadata=20for=20Bitsong?= =?UTF-8?q?=20=E2=86=94=20Axelar=20and=20Archway=20=E2=86=94=20Juno?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _IBC/archway-juno.json | 15 ++++++++------- _IBC/bitsong-axelar.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 _IBC/bitsong-axelar.json diff --git a/_IBC/archway-juno.json b/_IBC/archway-juno.json index 541f9e9db5..65adc8f2ac 100644 --- a/_IBC/archway-juno.json +++ b/_IBC/archway-juno.json @@ -2,28 +2,29 @@ "$schema": "../ibc_data.schema.json", "chain_1": { "chain_name": "archway", - "client_id": "07-tendermint-18", - "connection_id": "connection-19" + "client_id": "07-tendermint-121", + "connection_id": "connection-119" }, "chain_2": { "chain_name": "juno", - "client_id": "07-tendermint-387", - "connection_id": "connection-379" + "client_id": "07-tendermint-583", + "connection_id": "connection-550" }, "channels": [ { "chain_1": { - "channel_id": "channel-15", + "channel_id": "channel-208", "port_id": "transfer" }, "chain_2": { - "channel_id": "channel-290", + "channel_id": "channel-655", "port_id": "transfer" }, "ordering": "unordered", "version": "ics20-1", "tags": { - "status": "live" + "status": "live", + "preferred": true } } ] diff --git a/_IBC/bitsong-axelar.json b/_IBC/bitsong-axelar.json new file mode 100644 index 0000000000..8778ac3487 --- /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 + } + } + ] +}