Skip to content

Commit

Permalink
Create aura-osmosis.json (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsopko authored Dec 11, 2023
1 parent 3c31780 commit 6cbdf60
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _IBC/aura-osmosis.json
Original file line number Diff line number Diff line change
@@ -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
}
}
]
}

0 comments on commit 6cbdf60

Please sign in to comment.