Skip to content

Commit

Permalink
Create passage-picasso IBC configuration (#5615)
Browse files Browse the repository at this point in the history
* Create passage-picasso

* Update passage-picasso

* Update and rename passage-picasso to passage-picasso.json

---------

Co-authored-by: JeremyParish69 <[email protected]>
  • Loading branch information
StakeandRelax-Validator and JeremyParish69 authored Nov 24, 2024
1 parent 282dec7 commit c8d2a50
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/passage-picasso.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "passage",
"client_id": "07-tendermint-8",
"connection_id": "connection-8"
},
"chain_2": {
"chain_name": "picasso",
"client_id": "07-tendermint-225",
"connection_id": "connection-118"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-7",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-80",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit c8d2a50

Please sign in to comment.