Skip to content

Commit

Permalink
Sync Cosmoshub files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2024
1 parent a9844e1 commit 1954184
Showing 1 changed file with 29 additions and 30 deletions.
59 changes: 29 additions & 30 deletions _IBC/cosmoshub-self.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "cosmoshub",
"client_id": "07-tendermint-1310",
"connection_id": "connection-1043"
},
"chain_2": {
"chain_name": "self",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-892",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "cosmoshub",
"client_id": "07-tendermint-1310",
"connection_id": "connection-1043"
},
"chain_2": {
"chain_name": "self",
"client_id": "07-tendermint-0",
"connection_id": "connection-0"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-892",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-0",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
]
}
}
]
}

0 comments on commit 1954184

Please sign in to comment.