From d004bf26962675bdebcd2cf88324365443b90f13 Mon Sep 17 00:00:00 2001 From: naman Date: Thu, 4 Dec 2025 16:01:12 +0530 Subject: [PATCH] chore: added ibc configuration for qubeticstestnet and osmosistestnet --- .../_IBC/osmosistestnet-qubeticstestnet.json | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 testnets/_IBC/osmosistestnet-qubeticstestnet.json diff --git a/testnets/_IBC/osmosistestnet-qubeticstestnet.json b/testnets/_IBC/osmosistestnet-qubeticstestnet.json new file mode 100644 index 0000000000..02b0fb5d31 --- /dev/null +++ b/testnets/_IBC/osmosistestnet-qubeticstestnet.json @@ -0,0 +1,33 @@ +{ + "$schema": "../../ibc_data.schema.json", + "chain_1": { + "chain_name": "osmosistestnet", + "chain_id": "osmo-test-5", + "client_id": "07-tendermint-4996", + "connection_id": "connection-4359" + }, + "chain_2": { + "chain_name": "qubeticstestnet", + "chain_id": "qubetics_9029-1", + "client_id": "07-tendermint-14", + "connection_id": "connection-12" + }, + "channels": [ + { + "chain_1": { + "channel_id": "channel-11229", + "port_id": "transfer" + }, + "chain_2": { + "channel_id": "channel-8", + "port_id": "transfer" + }, + "ordering": "unordered", + "version": "ics20-1", + "tags": { + "preferred": true, + "status": "ACTIVE" + } + } + ] +} \ No newline at end of file