Skip to content

Commit

Permalink
Addition of new testnet channel constantine-3 (Archway) <> grand-1 (N…
Browse files Browse the repository at this point in the history
…oble) (#355)
  • Loading branch information
emperorjm authored Nov 4, 2024
1 parent 273731d commit 15ee682
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions testnets/_IBC/archwaytestnet-nobletestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "../ibc_data.schema.json",
"chain_1": {
"chain_name": "archwaytestnet",
"client_id": "07-tendermint-142",
"connection_id": "connection-146"
},
"chain_2": {
"chain_name": "nobletestnet",
"client_id": "07-tendermint-297",
"connection_id": "connection-250"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-497",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-212",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live"
}
}
]
}

0 comments on commit 15ee682

Please sign in to comment.