Skip to content

Commit

Permalink
Add stratos ibc
Browse files Browse the repository at this point in the history
  • Loading branch information
BoThe1K committed Oct 2, 2024
1 parent ff0918f commit d6a2c8b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/stratos-osmosis.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}

0 comments on commit d6a2c8b

Please sign in to comment.