We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273731d commit 15ee682Copy full SHA for 15ee682
testnets/_IBC/archwaytestnet-nobletestnet.json
@@ -0,0 +1,30 @@
1
+{
2
+ "$schema": "../ibc_data.schema.json",
3
+ "chain_1": {
4
+ "chain_name": "archwaytestnet",
5
+ "client_id": "07-tendermint-142",
6
+ "connection_id": "connection-146"
7
+ },
8
+ "chain_2": {
9
+ "chain_name": "nobletestnet",
10
+ "client_id": "07-tendermint-297",
11
+ "connection_id": "connection-250"
12
13
+ "channels": [
14
+ {
15
16
+ "channel_id": "channel-497",
17
+ "port_id": "transfer"
18
19
20
+ "channel_id": "channel-212",
21
22
23
+ "ordering": "unordered",
24
+ "version": "ics20-1",
25
+ "tags": {
26
+ "status": "live"
27
+ }
28
29
+ ]
30
+}
0 commit comments