We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42756ff commit c4075d2Copy full SHA for c4075d2
testnets/_IBC/osmosistestnet-qubeticstestnet.json
@@ -0,0 +1,33 @@
1
+{
2
+ "$schema": "../../ibc_data.schema.json",
3
+ "chain_1": {
4
+ "chain_name": "osmosistestnet",
5
+ "chain_id": "osmo-test-5",
6
+ "client_id": "07-tendermint-4996",
7
+ "connection_id": "connection-4359"
8
+ },
9
+ "chain_2": {
10
+ "chain_name": "qubeticstestnet",
11
+ "chain_id": "qubetics_9029-1",
12
+ "client_id": "07-tendermint-14",
13
+ "connection_id": "connection-12"
14
15
+ "channels": [
16
+ {
17
18
+ "channel_id": "channel-11229",
19
+ "port_id": "transfer"
20
21
22
+ "channel_id": "channel-8",
23
24
25
+ "ordering": "unordered",
26
+ "version": "ics20-1",
27
+ "tags": {
28
+ "preferred": true,
29
+ "status": "ACTIVE"
30
+ }
31
32
+ ]
33
+}
0 commit comments