Skip to content

Commit

Permalink
Add assetmantle<->okexchain (#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikbin authored Sep 13, 2022
1 parent bdd3d6d commit 675d9d5
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/assetmantle-okexchain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "assetmantle",
"client_id": "07-tendermint-40",
"connection_id": "connection-20"
},
"chain_2": {
"chain_name": "okexchain",
"client_id": "07-tendermint-78",
"connection_id": "connection-28"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-13",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-23",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit 675d9d5

Please sign in to comment.