From 6cbdf60ff14815d05ad85616464d7a519b7ed815 Mon Sep 17 00:00:00 2001 From: Jason Sopko Date: Mon, 11 Dec 2023 13:00:10 -0500 Subject: [PATCH] Create aura-osmosis.json (#3412) --- _IBC/aura-osmosis.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 _IBC/aura-osmosis.json diff --git a/_IBC/aura-osmosis.json b/_IBC/aura-osmosis.json new file mode 100644 index 0000000000..73dc573ca7 --- /dev/null +++ b/_IBC/aura-osmosis.json @@ -0,0 +1,32 @@ +{ + "$schema": "../ibc_data.schema.json", + "chain_1": { + "chain_name": "aura", + "client_id": "07-tendermint-47", + "connection_id": "connection-33" + }, + "chain_2": { + "chain_name": "osmosis", + "client_id": "07-tendermint-3054", + "connection_id": "connection-2551" + }, + "channels": [ + { + "chain_1": { + "channel_id": "channel-10", + "port_id": "transfer" + }, + "chain_2": { + "channel_id": "channel-11304", + "port_id": "transfer" + }, + "ordering": "unordered", + "version": "ics20-1", + "tags": { + "status": "live", + "preferred": true + } + } + ] + } +