Skip to content

Commit 34ea4fe

Browse files
authored
fix: use latest client and channel info for nobletestnet (grand-1) (#361)
The file was created with data from this slack message: https://phi-labs.slack.com/archives/C03JXKKHUUT/p1730730179850959?thread_ts=1730727803.428059&cid=C03JXKKHUUT But the latest one is this one: https://phi-labs.slack.com/archives/C03987RJV97/p1726580472654589?thread_ts=1726518166.537879&cid=C03987RJV97 So this PR updates the data to the latest one
1 parent a609b2c commit 34ea4fe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

testnets/_IBC/archwaytestnet-nobletestnet.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"$schema": "../ibc_data.schema.json",
33
"chain_1": {
44
"chain_name": "archwaytestnet",
5-
"client_id": "07-tendermint-142",
6-
"connection_id": "connection-146"
5+
"client_id": "07-tendermint-144",
6+
"connection_id": "connection-148"
77
},
88
"chain_2": {
99
"chain_name": "nobletestnet",
10-
"client_id": "07-tendermint-297",
11-
"connection_id": "connection-250"
10+
"client_id": "07-tendermint-299",
11+
"connection_id": "connection-253"
1212
},
1313
"channels": [
1414
{
1515
"chain_1": {
16-
"channel_id": "channel-497",
16+
"channel_id": "channel-500",
1717
"port_id": "transfer"
1818
},
1919
"chain_2": {
20-
"channel_id": "channel-212",
20+
"channel_id": "channel-215",
2121
"port_id": "transfer"
2222
},
2323
"ordering": "unordered",

0 commit comments

Comments
 (0)