Skip to content

Commit

Permalink
add noble-regen path (#4739)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya authored May 30, 2024
1 parent c194610 commit 0b0eee1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _IBC/noble-regen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "noble",
"client_id": "07-tendermint-104",
"connection_id": "connection-96"
},
"chain_2": {
"chain_name": "regen",
"client_id": "07-tendermint-177",
"connection_id": "connection-149"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-83",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-165",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true
}
}
]
}

0 comments on commit 0b0eee1

Please sign in to comment.