diff --git a/_IBC/stratos-osmosis.json b/_IBC/stratos-osmosis.json new file mode 100644 index 0000000000..53d9826008 --- /dev/null +++ b/_IBC/stratos-osmosis.json @@ -0,0 +1,31 @@ +{ + "$schema": "../ibc_data.schema.json", + "chain_1": { + "chain_name": "stratos", + "client_id": "07-tendermint-3", + "connection_id": "connection-2" + }, + "chain_2": { + "chain_name": "osmosis", + "client_id": "07-tendermint-3248", + "connection_id": "connection-2734" + }, + "channels": [ + { + "chain_1": { + "channel_id": "channel-1", + "port_id": "transfer" + }, + "chain_2": { + "channel_id": "channel-81016", + "port_id": "transfer" + }, + "ordering": "unordered", + "version": "ics20-1", + "tags": { + "status": "live", + "preferred": true + } + } + ] +}