Skip to content

Commit

Permalink
Create canto-gravitybridge.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrisulistya committed Sep 11, 2024
1 parent 09830b2 commit 410fdba
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/canto-gravitybridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "canto",
"client_id": "07-tendermint-0",
"connection_id": "07-tendermint-0"
},
"chain_2": {
"chain_name": "gravitybridge",
"client_id": "07-tendermint-156",
"connection_id": "connection-150"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-88",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit 410fdba

Please sign in to comment.