Skip to content

Commit

Permalink
Add Agoric IBC (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigv authored Aug 16, 2023
1 parent 6bb2254 commit 32c9033
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _IBC/archway-agoric.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archway-1",
"client_id": "07-tendermint-23",
"connection_id": "connection-21"
},
"chain_2": {
"chain_name": "agoric-3",
"client_id": "07-tendermint-75",
"connection_id": "connection-69"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-20",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-60",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}

0 comments on commit 32c9033

Please sign in to comment.