Skip to content

Commit

Permalink
Add evmos-tgrade IBC channel (#804)
Browse files Browse the repository at this point in the history
* Add evmos-tgrade channel

* update evmos-tgrade channel

* Fix IBC info format
  • Loading branch information
loredanacirstea authored Oct 4, 2022
1 parent 70ba23d commit 12705ad
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/evmos-tgrade.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "evmos",
"client_id": "07-tendermint-88",
"connection_id": "connection-46"
},
"chain_2": {
"chain_name": "tgrade",
"client_id": "07-tendermint-8",
"connection_id": "connection-11"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-34",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-9",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit 12705ad

Please sign in to comment.