@agoric/orchestration 0.1.1-dev-4687f0d.0 → 0.1.1-dev-0282e58.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +15 -15
- package/src/chain-info.d.ts +334 -74
- package/src/chain-info.d.ts.map +1 -1
- package/src/chain-info.js +3 -1
- package/src/examples/sendAnywhere.contract.d.ts +1 -1
- package/src/examples/stakeIca.contract.d.ts +3 -1
- package/src/examples/stakeIca.contract.d.ts.map +1 -1
- package/src/examples/stakeIca.contract.js +4 -2
- package/src/examples/swapExample.contract.d.ts +1 -1
- package/src/examples/swapExample.contract.d.ts.map +1 -1
- package/src/examples/swapExample.contract.js +7 -7
- package/src/examples/unbondExample.contract.d.ts +2 -3
- package/src/examples/unbondExample.contract.d.ts.map +1 -1
- package/src/examples/unbondExample.contract.js +3 -3
- package/src/exos/chainAccountKit.d.ts +2 -1
- package/src/exos/chainAccountKit.d.ts.map +1 -1
- package/src/exos/chainAccountKit.js +5 -4
- package/src/exos/local-chain-account-kit.d.ts +346 -85
- package/src/exos/local-chain-account-kit.d.ts.map +1 -1
- package/src/facade.d.ts +1 -1
- package/src/facade.d.ts.map +1 -1
- package/src/facade.js +20 -14
- package/src/fetched-chain-info.d.ts +1935 -2984
- package/src/fetched-chain-info.js +335 -73
- package/src/proposals/orchestration-proposal.d.ts +10 -6
- package/src/proposals/orchestration-proposal.d.ts.map +1 -1
- package/src/proposals/orchestration-proposal.js +43 -24
- package/src/proposals/start-stakeAtom.d.ts +1 -1
- package/src/proposals/start-stakeAtom.d.ts.map +1 -1
- package/src/proposals/start-stakeAtom.js +4 -2
- package/src/service.d.ts +2 -1
- package/src/service.d.ts.map +1 -1
- package/src/service.js +8 -3
- package/src/utils/chainHub.d.ts +378 -88
- package/src/utils/chainHub.d.ts.map +1 -1
- package/src/utils/chainHub.js +47 -19
- package/src/vat-orchestration.d.ts +2 -2
|
@@ -1,5 +1,141 @@
|
|
|
1
1
|
/** @file Generated by fetch-chain-info.ts */
|
|
2
2
|
export default {
|
|
3
|
+
agoric: {
|
|
4
|
+
chainId: 'agoric-3',
|
|
5
|
+
stakingTokens: [
|
|
6
|
+
{
|
|
7
|
+
denom: 'ubld',
|
|
8
|
+
},
|
|
9
|
+
],
|
|
10
|
+
connections: {
|
|
11
|
+
'cosmoshub-4': {
|
|
12
|
+
id: 'connection-8',
|
|
13
|
+
client_id: '07-tendermint-6',
|
|
14
|
+
counterparty: {
|
|
15
|
+
client_id: '07-tendermint-927',
|
|
16
|
+
connection_id: 'connection-649',
|
|
17
|
+
prefix: {
|
|
18
|
+
key_prefix: 'FIXME',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
state: 3,
|
|
22
|
+
transferChannel: {
|
|
23
|
+
channelId: 'channel-405',
|
|
24
|
+
portId: 'transfer',
|
|
25
|
+
counterPartyChannelId: 'channel-5',
|
|
26
|
+
counterPartyPortId: 'transfer',
|
|
27
|
+
ordering: 0,
|
|
28
|
+
state: 3,
|
|
29
|
+
version: 'ics20-1',
|
|
30
|
+
},
|
|
31
|
+
},
|
|
32
|
+
'noble-1': {
|
|
33
|
+
id: 'connection-72',
|
|
34
|
+
client_id: '07-tendermint-77',
|
|
35
|
+
counterparty: {
|
|
36
|
+
client_id: '07-tendermint-32',
|
|
37
|
+
connection_id: 'connection-40',
|
|
38
|
+
prefix: {
|
|
39
|
+
key_prefix: 'FIXME',
|
|
40
|
+
},
|
|
41
|
+
},
|
|
42
|
+
state: 3,
|
|
43
|
+
transferChannel: {
|
|
44
|
+
channelId: 'channel-21',
|
|
45
|
+
portId: 'transfer',
|
|
46
|
+
counterPartyChannelId: 'channel-62',
|
|
47
|
+
counterPartyPortId: 'transfer',
|
|
48
|
+
ordering: 0,
|
|
49
|
+
state: 3,
|
|
50
|
+
version: 'ics20-1',
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
'omniflixhub-1': {
|
|
54
|
+
id: 'connection-67',
|
|
55
|
+
client_id: '07-tendermint-73',
|
|
56
|
+
counterparty: {
|
|
57
|
+
client_id: '07-tendermint-47',
|
|
58
|
+
connection_id: 'connection-40',
|
|
59
|
+
prefix: {
|
|
60
|
+
key_prefix: 'FIXME',
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
state: 3,
|
|
64
|
+
transferChannel: {
|
|
65
|
+
channelId: 'channel-30',
|
|
66
|
+
portId: 'transfer',
|
|
67
|
+
counterPartyChannelId: 'channel-58',
|
|
68
|
+
counterPartyPortId: 'transfer',
|
|
69
|
+
ordering: 0,
|
|
70
|
+
state: 3,
|
|
71
|
+
version: 'ics20-1',
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
'osmosis-1': {
|
|
75
|
+
id: 'connection-1',
|
|
76
|
+
client_id: '07-tendermint-1',
|
|
77
|
+
counterparty: {
|
|
78
|
+
client_id: '07-tendermint-2109',
|
|
79
|
+
connection_id: 'connection-1649',
|
|
80
|
+
prefix: {
|
|
81
|
+
key_prefix: 'FIXME',
|
|
82
|
+
},
|
|
83
|
+
},
|
|
84
|
+
state: 3,
|
|
85
|
+
transferChannel: {
|
|
86
|
+
channelId: 'channel-320',
|
|
87
|
+
portId: 'transfer',
|
|
88
|
+
counterPartyChannelId: 'channel-1',
|
|
89
|
+
counterPartyPortId: 'transfer',
|
|
90
|
+
ordering: 0,
|
|
91
|
+
state: 3,
|
|
92
|
+
version: 'ics20-1',
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
'secret-4': {
|
|
96
|
+
id: 'connection-17',
|
|
97
|
+
client_id: '07-tendermint-17',
|
|
98
|
+
counterparty: {
|
|
99
|
+
client_id: '07-tendermint-111',
|
|
100
|
+
connection_id: 'connection-80',
|
|
101
|
+
prefix: {
|
|
102
|
+
key_prefix: 'FIXME',
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
|
+
state: 3,
|
|
106
|
+
transferChannel: {
|
|
107
|
+
channelId: 'channel-51',
|
|
108
|
+
portId: 'transfer',
|
|
109
|
+
counterPartyChannelId: 'channel-10',
|
|
110
|
+
counterPartyPortId: 'transfer',
|
|
111
|
+
ordering: 0,
|
|
112
|
+
state: 3,
|
|
113
|
+
version: 'ics20-1',
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
'stride-1': {
|
|
117
|
+
id: 'connection-68',
|
|
118
|
+
client_id: '07-tendermint-74',
|
|
119
|
+
counterparty: {
|
|
120
|
+
client_id: '07-tendermint-129',
|
|
121
|
+
connection_id: 'connection-118',
|
|
122
|
+
prefix: {
|
|
123
|
+
key_prefix: 'FIXME',
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
state: 3,
|
|
127
|
+
transferChannel: {
|
|
128
|
+
channelId: 'channel-148',
|
|
129
|
+
portId: 'transfer',
|
|
130
|
+
counterPartyChannelId: 'channel-59',
|
|
131
|
+
counterPartyPortId: 'transfer',
|
|
132
|
+
ordering: 0,
|
|
133
|
+
state: 3,
|
|
134
|
+
version: 'ics20-1',
|
|
135
|
+
},
|
|
136
|
+
},
|
|
137
|
+
},
|
|
138
|
+
},
|
|
3
139
|
celestia: {
|
|
4
140
|
chainId: 'celestia',
|
|
5
141
|
stakingTokens: [
|
|
@@ -8,7 +144,7 @@ export default {
|
|
|
8
144
|
},
|
|
9
145
|
],
|
|
10
146
|
connections: {
|
|
11
|
-
neutron: {
|
|
147
|
+
'neutron-1': {
|
|
12
148
|
id: 'connection-7',
|
|
13
149
|
client_id: '07-tendermint-29',
|
|
14
150
|
counterparty: {
|
|
@@ -29,7 +165,7 @@ export default {
|
|
|
29
165
|
version: 'ics20-1',
|
|
30
166
|
},
|
|
31
167
|
},
|
|
32
|
-
osmosis: {
|
|
168
|
+
'osmosis-1': {
|
|
33
169
|
id: 'connection-2',
|
|
34
170
|
client_id: '07-tendermint-10',
|
|
35
171
|
counterparty: {
|
|
@@ -50,7 +186,7 @@ export default {
|
|
|
50
186
|
version: 'ics20-1',
|
|
51
187
|
},
|
|
52
188
|
},
|
|
53
|
-
|
|
189
|
+
'secret-4': {
|
|
54
190
|
id: 'connection-15',
|
|
55
191
|
client_id: '07-tendermint-52',
|
|
56
192
|
counterparty: {
|
|
@@ -71,7 +207,7 @@ export default {
|
|
|
71
207
|
version: 'ics20-1',
|
|
72
208
|
},
|
|
73
209
|
},
|
|
74
|
-
stargaze: {
|
|
210
|
+
'stargaze-1': {
|
|
75
211
|
id: 'connection-56',
|
|
76
212
|
client_id: '07-tendermint-86',
|
|
77
213
|
counterparty: {
|
|
@@ -92,7 +228,7 @@ export default {
|
|
|
92
228
|
version: 'ics20-1',
|
|
93
229
|
},
|
|
94
230
|
},
|
|
95
|
-
stride: {
|
|
231
|
+
'stride-1': {
|
|
96
232
|
id: 'connection-4',
|
|
97
233
|
client_id: '07-tendermint-0',
|
|
98
234
|
counterparty: {
|
|
@@ -123,7 +259,28 @@ export default {
|
|
|
123
259
|
},
|
|
124
260
|
],
|
|
125
261
|
connections: {
|
|
126
|
-
|
|
262
|
+
'agoric-3': {
|
|
263
|
+
id: 'connection-649',
|
|
264
|
+
client_id: '07-tendermint-927',
|
|
265
|
+
counterparty: {
|
|
266
|
+
client_id: '07-tendermint-6',
|
|
267
|
+
connection_id: 'connection-8',
|
|
268
|
+
prefix: {
|
|
269
|
+
key_prefix: 'FIXME',
|
|
270
|
+
},
|
|
271
|
+
},
|
|
272
|
+
state: 3,
|
|
273
|
+
transferChannel: {
|
|
274
|
+
channelId: 'channel-5',
|
|
275
|
+
portId: 'transfer',
|
|
276
|
+
counterPartyChannelId: 'channel-405',
|
|
277
|
+
counterPartyPortId: 'transfer',
|
|
278
|
+
ordering: 0,
|
|
279
|
+
state: 3,
|
|
280
|
+
version: 'ics20-1',
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
'juno-1': {
|
|
127
284
|
id: 'connection-372',
|
|
128
285
|
client_id: '07-tendermint-439',
|
|
129
286
|
counterparty: {
|
|
@@ -144,7 +301,7 @@ export default {
|
|
|
144
301
|
version: 'ics20-1',
|
|
145
302
|
},
|
|
146
303
|
},
|
|
147
|
-
neutron: {
|
|
304
|
+
'neutron-1': {
|
|
148
305
|
id: 'connection-809',
|
|
149
306
|
client_id: '07-tendermint-1119',
|
|
150
307
|
counterparty: {
|
|
@@ -165,7 +322,7 @@ export default {
|
|
|
165
322
|
version: 'ics20-1',
|
|
166
323
|
},
|
|
167
324
|
},
|
|
168
|
-
noble: {
|
|
325
|
+
'noble-1': {
|
|
169
326
|
id: 'connection-790',
|
|
170
327
|
client_id: '07-tendermint-1116',
|
|
171
328
|
counterparty: {
|
|
@@ -186,7 +343,7 @@ export default {
|
|
|
186
343
|
version: 'ics20-1',
|
|
187
344
|
},
|
|
188
345
|
},
|
|
189
|
-
omniflixhub: {
|
|
346
|
+
'omniflixhub-1': {
|
|
190
347
|
id: 'connection-501',
|
|
191
348
|
client_id: '07-tendermint-656',
|
|
192
349
|
counterparty: {
|
|
@@ -207,7 +364,7 @@ export default {
|
|
|
207
364
|
version: 'ics20-1',
|
|
208
365
|
},
|
|
209
366
|
},
|
|
210
|
-
osmosis: {
|
|
367
|
+
'osmosis-1': {
|
|
211
368
|
id: 'connection-257',
|
|
212
369
|
client_id: '07-tendermint-259',
|
|
213
370
|
counterparty: {
|
|
@@ -228,7 +385,7 @@ export default {
|
|
|
228
385
|
version: 'ics20-1',
|
|
229
386
|
},
|
|
230
387
|
},
|
|
231
|
-
|
|
388
|
+
'secret-4': {
|
|
232
389
|
id: 'connection-401',
|
|
233
390
|
client_id: '07-tendermint-492',
|
|
234
391
|
counterparty: {
|
|
@@ -249,7 +406,7 @@ export default {
|
|
|
249
406
|
version: 'ics20-1',
|
|
250
407
|
},
|
|
251
408
|
},
|
|
252
|
-
stargaze: {
|
|
409
|
+
'stargaze-1': {
|
|
253
410
|
id: 'connection-918',
|
|
254
411
|
client_id: '07-tendermint-1188',
|
|
255
412
|
counterparty: {
|
|
@@ -270,7 +427,7 @@ export default {
|
|
|
270
427
|
version: 'ics20-1',
|
|
271
428
|
},
|
|
272
429
|
},
|
|
273
|
-
stride: {
|
|
430
|
+
'stride-1': {
|
|
274
431
|
id: 'connection-635',
|
|
275
432
|
client_id: '07-tendermint-913',
|
|
276
433
|
counterparty: {
|
|
@@ -301,7 +458,7 @@ export default {
|
|
|
301
458
|
},
|
|
302
459
|
],
|
|
303
460
|
connections: {
|
|
304
|
-
neutron: {
|
|
461
|
+
'neutron-1': {
|
|
305
462
|
id: 'connection-17',
|
|
306
463
|
client_id: '07-tendermint-11',
|
|
307
464
|
counterparty: {
|
|
@@ -322,7 +479,7 @@ export default {
|
|
|
322
479
|
version: 'ics20-1',
|
|
323
480
|
},
|
|
324
481
|
},
|
|
325
|
-
noble: {
|
|
482
|
+
'noble-1': {
|
|
326
483
|
id: 'connection-0',
|
|
327
484
|
client_id: '07-tendermint-0',
|
|
328
485
|
counterparty: {
|
|
@@ -343,7 +500,7 @@ export default {
|
|
|
343
500
|
version: 'ics20-1',
|
|
344
501
|
},
|
|
345
502
|
},
|
|
346
|
-
osmosis: {
|
|
503
|
+
'osmosis-1': {
|
|
347
504
|
id: 'connection-7',
|
|
348
505
|
client_id: '07-tendermint-3',
|
|
349
506
|
counterparty: {
|
|
@@ -364,7 +521,7 @@ export default {
|
|
|
364
521
|
version: 'ics20-1',
|
|
365
522
|
},
|
|
366
523
|
},
|
|
367
|
-
stride: {
|
|
524
|
+
'stride-1': {
|
|
368
525
|
id: 'connection-1',
|
|
369
526
|
client_id: '07-tendermint-1',
|
|
370
527
|
counterparty: {
|
|
@@ -395,7 +552,7 @@ export default {
|
|
|
395
552
|
},
|
|
396
553
|
],
|
|
397
554
|
connections: {
|
|
398
|
-
cosmoshub: {
|
|
555
|
+
'cosmoshub-4': {
|
|
399
556
|
id: 'connection-2',
|
|
400
557
|
client_id: '07-tendermint-3',
|
|
401
558
|
counterparty: {
|
|
@@ -416,7 +573,7 @@ export default {
|
|
|
416
573
|
version: 'ics20-1',
|
|
417
574
|
},
|
|
418
575
|
},
|
|
419
|
-
neutron: {
|
|
576
|
+
'neutron-1': {
|
|
420
577
|
id: 'connection-524',
|
|
421
578
|
client_id: '07-tendermint-557',
|
|
422
579
|
counterparty: {
|
|
@@ -437,7 +594,7 @@ export default {
|
|
|
437
594
|
version: 'ics20-1',
|
|
438
595
|
},
|
|
439
596
|
},
|
|
440
|
-
noble: {
|
|
597
|
+
'noble-1': {
|
|
441
598
|
id: 'connection-322',
|
|
442
599
|
client_id: '07-tendermint-334',
|
|
443
600
|
counterparty: {
|
|
@@ -458,7 +615,7 @@ export default {
|
|
|
458
615
|
version: 'ics20-1',
|
|
459
616
|
},
|
|
460
617
|
},
|
|
461
|
-
osmosis: {
|
|
618
|
+
'osmosis-1': {
|
|
462
619
|
id: 'connection-0',
|
|
463
620
|
client_id: '07-tendermint-0',
|
|
464
621
|
counterparty: {
|
|
@@ -479,7 +636,7 @@ export default {
|
|
|
479
636
|
version: 'ics20-1',
|
|
480
637
|
},
|
|
481
638
|
},
|
|
482
|
-
|
|
639
|
+
'secret-4': {
|
|
483
640
|
id: 'connection-68',
|
|
484
641
|
client_id: '07-tendermint-108',
|
|
485
642
|
counterparty: {
|
|
@@ -500,7 +657,7 @@ export default {
|
|
|
500
657
|
version: 'ics20-1',
|
|
501
658
|
},
|
|
502
659
|
},
|
|
503
|
-
stargaze: {
|
|
660
|
+
'stargaze-1': {
|
|
504
661
|
id: 'connection-30',
|
|
505
662
|
client_id: '07-tendermint-44',
|
|
506
663
|
counterparty: {
|
|
@@ -521,7 +678,7 @@ export default {
|
|
|
521
678
|
version: 'ics20-1',
|
|
522
679
|
},
|
|
523
680
|
},
|
|
524
|
-
stride: {
|
|
681
|
+
'stride-1': {
|
|
525
682
|
id: 'connection-205',
|
|
526
683
|
client_id: '07-tendermint-263',
|
|
527
684
|
counterparty: {
|
|
@@ -573,7 +730,7 @@ export default {
|
|
|
573
730
|
version: 'ics20-1',
|
|
574
731
|
},
|
|
575
732
|
},
|
|
576
|
-
cosmoshub: {
|
|
733
|
+
'cosmoshub-4': {
|
|
577
734
|
id: 'connection-0',
|
|
578
735
|
client_id: '07-tendermint-0',
|
|
579
736
|
counterparty: {
|
|
@@ -594,7 +751,7 @@ export default {
|
|
|
594
751
|
version: 'ics20-1',
|
|
595
752
|
},
|
|
596
753
|
},
|
|
597
|
-
dydx: {
|
|
754
|
+
'dydx-mainnet-1': {
|
|
598
755
|
id: 'connection-51',
|
|
599
756
|
client_id: '07-tendermint-72',
|
|
600
757
|
counterparty: {
|
|
@@ -615,7 +772,7 @@ export default {
|
|
|
615
772
|
version: 'ics20-1',
|
|
616
773
|
},
|
|
617
774
|
},
|
|
618
|
-
juno: {
|
|
775
|
+
'juno-1': {
|
|
619
776
|
id: 'connection-71',
|
|
620
777
|
client_id: '07-tendermint-97',
|
|
621
778
|
counterparty: {
|
|
@@ -636,7 +793,7 @@ export default {
|
|
|
636
793
|
version: 'ics20-1',
|
|
637
794
|
},
|
|
638
795
|
},
|
|
639
|
-
noble: {
|
|
796
|
+
'noble-1': {
|
|
640
797
|
id: 'connection-31',
|
|
641
798
|
client_id: '07-tendermint-40',
|
|
642
799
|
counterparty: {
|
|
@@ -657,7 +814,7 @@ export default {
|
|
|
657
814
|
version: 'ics20-1',
|
|
658
815
|
},
|
|
659
816
|
},
|
|
660
|
-
osmosis: {
|
|
817
|
+
'osmosis-1': {
|
|
661
818
|
id: 'connection-18',
|
|
662
819
|
client_id: '07-tendermint-19',
|
|
663
820
|
counterparty: {
|
|
@@ -678,7 +835,7 @@ export default {
|
|
|
678
835
|
version: 'ics20-1',
|
|
679
836
|
},
|
|
680
837
|
},
|
|
681
|
-
|
|
838
|
+
'secret-4': {
|
|
682
839
|
id: 'connection-63',
|
|
683
840
|
client_id: '07-tendermint-85',
|
|
684
841
|
counterparty: {
|
|
@@ -699,7 +856,7 @@ export default {
|
|
|
699
856
|
version: 'ics20-1',
|
|
700
857
|
},
|
|
701
858
|
},
|
|
702
|
-
stargaze: {
|
|
859
|
+
'stargaze-1': {
|
|
703
860
|
id: 'connection-23',
|
|
704
861
|
client_id: '07-tendermint-31',
|
|
705
862
|
counterparty: {
|
|
@@ -720,7 +877,7 @@ export default {
|
|
|
720
877
|
version: 'ics20-1',
|
|
721
878
|
},
|
|
722
879
|
},
|
|
723
|
-
stride: {
|
|
880
|
+
'stride-1': {
|
|
724
881
|
id: 'connection-15',
|
|
725
882
|
client_id: '07-tendermint-18',
|
|
726
883
|
counterparty: {
|
|
@@ -751,7 +908,28 @@ export default {
|
|
|
751
908
|
},
|
|
752
909
|
],
|
|
753
910
|
connections: {
|
|
754
|
-
|
|
911
|
+
'agoric-3': {
|
|
912
|
+
id: 'connection-40',
|
|
913
|
+
client_id: '07-tendermint-32',
|
|
914
|
+
counterparty: {
|
|
915
|
+
client_id: '07-tendermint-77',
|
|
916
|
+
connection_id: 'connection-72',
|
|
917
|
+
prefix: {
|
|
918
|
+
key_prefix: 'FIXME',
|
|
919
|
+
},
|
|
920
|
+
},
|
|
921
|
+
state: 3,
|
|
922
|
+
transferChannel: {
|
|
923
|
+
channelId: 'channel-62',
|
|
924
|
+
portId: 'transfer',
|
|
925
|
+
counterPartyChannelId: 'channel-21',
|
|
926
|
+
counterPartyPortId: 'transfer',
|
|
927
|
+
ordering: 0,
|
|
928
|
+
state: 3,
|
|
929
|
+
version: 'ics20-1',
|
|
930
|
+
},
|
|
931
|
+
},
|
|
932
|
+
'cosmoshub-4': {
|
|
755
933
|
id: 'connection-12',
|
|
756
934
|
client_id: '07-tendermint-4',
|
|
757
935
|
counterparty: {
|
|
@@ -772,7 +950,7 @@ export default {
|
|
|
772
950
|
version: 'ics20-1',
|
|
773
951
|
},
|
|
774
952
|
},
|
|
775
|
-
dydx: {
|
|
953
|
+
'dydx-mainnet-1': {
|
|
776
954
|
id: 'connection-57',
|
|
777
955
|
client_id: '07-tendermint-59',
|
|
778
956
|
counterparty: {
|
|
@@ -793,7 +971,7 @@ export default {
|
|
|
793
971
|
version: 'ics20-1',
|
|
794
972
|
},
|
|
795
973
|
},
|
|
796
|
-
juno: {
|
|
974
|
+
'juno-1': {
|
|
797
975
|
id: 'connection-8',
|
|
798
976
|
client_id: '07-tendermint-3',
|
|
799
977
|
counterparty: {
|
|
@@ -814,7 +992,7 @@ export default {
|
|
|
814
992
|
version: 'ics20-1',
|
|
815
993
|
},
|
|
816
994
|
},
|
|
817
|
-
neutron: {
|
|
995
|
+
'neutron-1': {
|
|
818
996
|
id: 'connection-34',
|
|
819
997
|
client_id: '07-tendermint-25',
|
|
820
998
|
counterparty: {
|
|
@@ -835,7 +1013,7 @@ export default {
|
|
|
835
1013
|
version: 'ics20-1',
|
|
836
1014
|
},
|
|
837
1015
|
},
|
|
838
|
-
omniflixhub: {
|
|
1016
|
+
'omniflixhub-1': {
|
|
839
1017
|
id: 'connection-65',
|
|
840
1018
|
client_id: '07-tendermint-68',
|
|
841
1019
|
counterparty: {
|
|
@@ -856,7 +1034,7 @@ export default {
|
|
|
856
1034
|
version: 'ics20-1',
|
|
857
1035
|
},
|
|
858
1036
|
},
|
|
859
|
-
osmosis: {
|
|
1037
|
+
'osmosis-1': {
|
|
860
1038
|
id: 'connection-2',
|
|
861
1039
|
client_id: '07-tendermint-0',
|
|
862
1040
|
counterparty: {
|
|
@@ -877,7 +1055,7 @@ export default {
|
|
|
877
1055
|
version: 'ics20-1',
|
|
878
1056
|
},
|
|
879
1057
|
},
|
|
880
|
-
|
|
1058
|
+
'secret-4': {
|
|
881
1059
|
id: 'connection-33',
|
|
882
1060
|
client_id: '07-tendermint-24',
|
|
883
1061
|
counterparty: {
|
|
@@ -898,7 +1076,7 @@ export default {
|
|
|
898
1076
|
version: 'ics20-1',
|
|
899
1077
|
},
|
|
900
1078
|
},
|
|
901
|
-
stargaze: {
|
|
1079
|
+
'stargaze-1': {
|
|
902
1080
|
id: 'connection-25',
|
|
903
1081
|
client_id: '07-tendermint-16',
|
|
904
1082
|
counterparty: {
|
|
@@ -929,7 +1107,28 @@ export default {
|
|
|
929
1107
|
},
|
|
930
1108
|
],
|
|
931
1109
|
connections: {
|
|
932
|
-
|
|
1110
|
+
'agoric-3': {
|
|
1111
|
+
id: 'connection-40',
|
|
1112
|
+
client_id: '07-tendermint-47',
|
|
1113
|
+
counterparty: {
|
|
1114
|
+
client_id: '07-tendermint-73',
|
|
1115
|
+
connection_id: 'connection-67',
|
|
1116
|
+
prefix: {
|
|
1117
|
+
key_prefix: 'FIXME',
|
|
1118
|
+
},
|
|
1119
|
+
},
|
|
1120
|
+
state: 3,
|
|
1121
|
+
transferChannel: {
|
|
1122
|
+
channelId: 'channel-58',
|
|
1123
|
+
portId: 'transfer',
|
|
1124
|
+
counterPartyChannelId: 'channel-30',
|
|
1125
|
+
counterPartyPortId: 'transfer',
|
|
1126
|
+
ordering: 0,
|
|
1127
|
+
state: 3,
|
|
1128
|
+
version: 'ics20-1',
|
|
1129
|
+
},
|
|
1130
|
+
},
|
|
1131
|
+
'cosmoshub-4': {
|
|
933
1132
|
id: 'connection-19',
|
|
934
1133
|
client_id: '07-tendermint-23',
|
|
935
1134
|
counterparty: {
|
|
@@ -950,7 +1149,7 @@ export default {
|
|
|
950
1149
|
version: 'ics20-1',
|
|
951
1150
|
},
|
|
952
1151
|
},
|
|
953
|
-
noble: {
|
|
1152
|
+
'noble-1': {
|
|
954
1153
|
id: 'connection-49',
|
|
955
1154
|
client_id: '07-tendermint-51',
|
|
956
1155
|
counterparty: {
|
|
@@ -971,7 +1170,7 @@ export default {
|
|
|
971
1170
|
version: 'ics20-1',
|
|
972
1171
|
},
|
|
973
1172
|
},
|
|
974
|
-
osmosis: {
|
|
1173
|
+
'osmosis-1': {
|
|
975
1174
|
id: 'connection-8',
|
|
976
1175
|
client_id: '07-tendermint-8',
|
|
977
1176
|
counterparty: {
|
|
@@ -1003,6 +1202,27 @@ export default {
|
|
|
1003
1202
|
],
|
|
1004
1203
|
icqEnabled: true,
|
|
1005
1204
|
connections: {
|
|
1205
|
+
'agoric-3': {
|
|
1206
|
+
id: 'connection-1649',
|
|
1207
|
+
client_id: '07-tendermint-2109',
|
|
1208
|
+
counterparty: {
|
|
1209
|
+
client_id: '07-tendermint-1',
|
|
1210
|
+
connection_id: 'connection-1',
|
|
1211
|
+
prefix: {
|
|
1212
|
+
key_prefix: 'FIXME',
|
|
1213
|
+
},
|
|
1214
|
+
},
|
|
1215
|
+
state: 3,
|
|
1216
|
+
transferChannel: {
|
|
1217
|
+
channelId: 'channel-1',
|
|
1218
|
+
portId: 'transfer',
|
|
1219
|
+
counterPartyChannelId: 'channel-320',
|
|
1220
|
+
counterPartyPortId: 'transfer',
|
|
1221
|
+
ordering: 0,
|
|
1222
|
+
state: 3,
|
|
1223
|
+
version: 'ics20-1',
|
|
1224
|
+
},
|
|
1225
|
+
},
|
|
1006
1226
|
celestia: {
|
|
1007
1227
|
id: 'connection-2503',
|
|
1008
1228
|
client_id: '07-tendermint-3012',
|
|
@@ -1024,7 +1244,7 @@ export default {
|
|
|
1024
1244
|
version: 'ics20-1',
|
|
1025
1245
|
},
|
|
1026
1246
|
},
|
|
1027
|
-
cosmoshub: {
|
|
1247
|
+
'cosmoshub-4': {
|
|
1028
1248
|
id: 'connection-1',
|
|
1029
1249
|
client_id: '07-tendermint-1',
|
|
1030
1250
|
counterparty: {
|
|
@@ -1045,7 +1265,7 @@ export default {
|
|
|
1045
1265
|
version: 'ics20-1',
|
|
1046
1266
|
},
|
|
1047
1267
|
},
|
|
1048
|
-
dydx: {
|
|
1268
|
+
'dydx-mainnet-1': {
|
|
1049
1269
|
id: 'connection-2500',
|
|
1050
1270
|
client_id: '07-tendermint-3009',
|
|
1051
1271
|
counterparty: {
|
|
@@ -1066,7 +1286,7 @@ export default {
|
|
|
1066
1286
|
version: 'ics20-1',
|
|
1067
1287
|
},
|
|
1068
1288
|
},
|
|
1069
|
-
juno: {
|
|
1289
|
+
'juno-1': {
|
|
1070
1290
|
id: 'connection-1142',
|
|
1071
1291
|
client_id: '07-tendermint-1457',
|
|
1072
1292
|
counterparty: {
|
|
@@ -1087,7 +1307,7 @@ export default {
|
|
|
1087
1307
|
version: 'ics20-1',
|
|
1088
1308
|
},
|
|
1089
1309
|
},
|
|
1090
|
-
neutron: {
|
|
1310
|
+
'neutron-1': {
|
|
1091
1311
|
id: 'connection-2338',
|
|
1092
1312
|
client_id: '07-tendermint-2823',
|
|
1093
1313
|
counterparty: {
|
|
@@ -1108,7 +1328,7 @@ export default {
|
|
|
1108
1328
|
version: 'ics20-1',
|
|
1109
1329
|
},
|
|
1110
1330
|
},
|
|
1111
|
-
noble: {
|
|
1331
|
+
'noble-1': {
|
|
1112
1332
|
id: 'connection-2241',
|
|
1113
1333
|
client_id: '07-tendermint-2704',
|
|
1114
1334
|
counterparty: {
|
|
@@ -1129,7 +1349,7 @@ export default {
|
|
|
1129
1349
|
version: 'ics20-1',
|
|
1130
1350
|
},
|
|
1131
1351
|
},
|
|
1132
|
-
omniflixhub: {
|
|
1352
|
+
'omniflixhub-1': {
|
|
1133
1353
|
id: 'connection-1431',
|
|
1134
1354
|
client_id: '07-tendermint-1829',
|
|
1135
1355
|
counterparty: {
|
|
@@ -1150,7 +1370,7 @@ export default {
|
|
|
1150
1370
|
version: 'ics20-1',
|
|
1151
1371
|
},
|
|
1152
1372
|
},
|
|
1153
|
-
|
|
1373
|
+
'secret-4': {
|
|
1154
1374
|
id: 'connection-1244',
|
|
1155
1375
|
client_id: '07-tendermint-1588',
|
|
1156
1376
|
counterparty: {
|
|
@@ -1171,7 +1391,7 @@ export default {
|
|
|
1171
1391
|
version: 'ics20-1',
|
|
1172
1392
|
},
|
|
1173
1393
|
},
|
|
1174
|
-
stargaze: {
|
|
1394
|
+
'stargaze-1': {
|
|
1175
1395
|
id: 'connection-1223',
|
|
1176
1396
|
client_id: '07-tendermint-1562',
|
|
1177
1397
|
counterparty: {
|
|
@@ -1192,7 +1412,7 @@ export default {
|
|
|
1192
1412
|
version: 'ics20-1',
|
|
1193
1413
|
},
|
|
1194
1414
|
},
|
|
1195
|
-
stride: {
|
|
1415
|
+
'stride-1': {
|
|
1196
1416
|
id: 'connection-1657',
|
|
1197
1417
|
client_id: '07-tendermint-2119',
|
|
1198
1418
|
counterparty: {
|
|
@@ -1223,6 +1443,27 @@ export default {
|
|
|
1223
1443
|
},
|
|
1224
1444
|
],
|
|
1225
1445
|
connections: {
|
|
1446
|
+
'agoric-3': {
|
|
1447
|
+
id: 'connection-80',
|
|
1448
|
+
client_id: '07-tendermint-111',
|
|
1449
|
+
counterparty: {
|
|
1450
|
+
client_id: '07-tendermint-17',
|
|
1451
|
+
connection_id: 'connection-17',
|
|
1452
|
+
prefix: {
|
|
1453
|
+
key_prefix: 'FIXME',
|
|
1454
|
+
},
|
|
1455
|
+
},
|
|
1456
|
+
state: 3,
|
|
1457
|
+
transferChannel: {
|
|
1458
|
+
channelId: 'channel-10',
|
|
1459
|
+
portId: 'transfer',
|
|
1460
|
+
counterPartyChannelId: 'channel-51',
|
|
1461
|
+
counterPartyPortId: 'transfer',
|
|
1462
|
+
ordering: 0,
|
|
1463
|
+
state: 3,
|
|
1464
|
+
version: 'ics20-1',
|
|
1465
|
+
},
|
|
1466
|
+
},
|
|
1226
1467
|
celestia: {
|
|
1227
1468
|
id: 'connection-131',
|
|
1228
1469
|
client_id: '07-tendermint-174',
|
|
@@ -1244,7 +1485,7 @@ export default {
|
|
|
1244
1485
|
version: 'ics20-1',
|
|
1245
1486
|
},
|
|
1246
1487
|
},
|
|
1247
|
-
cosmoshub: {
|
|
1488
|
+
'cosmoshub-4': {
|
|
1248
1489
|
id: 'connection-0',
|
|
1249
1490
|
client_id: '07-tendermint-1',
|
|
1250
1491
|
counterparty: {
|
|
@@ -1265,7 +1506,7 @@ export default {
|
|
|
1265
1506
|
version: 'ics20-1',
|
|
1266
1507
|
},
|
|
1267
1508
|
},
|
|
1268
|
-
juno: {
|
|
1509
|
+
'juno-1': {
|
|
1269
1510
|
id: 'connection-9',
|
|
1270
1511
|
client_id: '07-tendermint-23',
|
|
1271
1512
|
counterparty: {
|
|
@@ -1286,7 +1527,7 @@ export default {
|
|
|
1286
1527
|
version: 'ics20-1',
|
|
1287
1528
|
},
|
|
1288
1529
|
},
|
|
1289
|
-
neutron: {
|
|
1530
|
+
'neutron-1': {
|
|
1290
1531
|
id: 'connection-192',
|
|
1291
1532
|
client_id: '07-tendermint-199',
|
|
1292
1533
|
counterparty: {
|
|
@@ -1307,7 +1548,7 @@ export default {
|
|
|
1307
1548
|
version: 'ics20-1',
|
|
1308
1549
|
},
|
|
1309
1550
|
},
|
|
1310
|
-
noble: {
|
|
1551
|
+
'noble-1': {
|
|
1311
1552
|
id: 'connection-127',
|
|
1312
1553
|
client_id: '07-tendermint-170',
|
|
1313
1554
|
counterparty: {
|
|
@@ -1328,7 +1569,7 @@ export default {
|
|
|
1328
1569
|
version: 'ics20-1',
|
|
1329
1570
|
},
|
|
1330
1571
|
},
|
|
1331
|
-
osmosis: {
|
|
1572
|
+
'osmosis-1': {
|
|
1332
1573
|
id: 'connection-1',
|
|
1333
1574
|
client_id: '07-tendermint-2',
|
|
1334
1575
|
counterparty: {
|
|
@@ -1349,7 +1590,7 @@ export default {
|
|
|
1349
1590
|
version: 'ics20-1',
|
|
1350
1591
|
},
|
|
1351
1592
|
},
|
|
1352
|
-
stargaze: {
|
|
1593
|
+
'stargaze-1': {
|
|
1353
1594
|
id: 'connection-25',
|
|
1354
1595
|
client_id: '07-tendermint-43',
|
|
1355
1596
|
counterparty: {
|
|
@@ -1370,7 +1611,7 @@ export default {
|
|
|
1370
1611
|
version: 'ics20-1',
|
|
1371
1612
|
},
|
|
1372
1613
|
},
|
|
1373
|
-
stride: {
|
|
1614
|
+
'stride-1': {
|
|
1374
1615
|
id: 'connection-40',
|
|
1375
1616
|
client_id: '07-tendermint-75',
|
|
1376
1617
|
counterparty: {
|
|
@@ -1422,7 +1663,7 @@ export default {
|
|
|
1422
1663
|
version: 'ics20-1',
|
|
1423
1664
|
},
|
|
1424
1665
|
},
|
|
1425
|
-
cosmoshub: {
|
|
1666
|
+
'cosmoshub-4': {
|
|
1426
1667
|
id: 'connection-256',
|
|
1427
1668
|
client_id: '07-tendermint-320',
|
|
1428
1669
|
counterparty: {
|
|
@@ -1443,7 +1684,7 @@ export default {
|
|
|
1443
1684
|
version: 'ics20-1',
|
|
1444
1685
|
},
|
|
1445
1686
|
},
|
|
1446
|
-
juno: {
|
|
1687
|
+
'juno-1': {
|
|
1447
1688
|
id: 'connection-11',
|
|
1448
1689
|
client_id: '07-tendermint-13',
|
|
1449
1690
|
counterparty: {
|
|
@@ -1464,7 +1705,7 @@ export default {
|
|
|
1464
1705
|
version: 'ics20-1',
|
|
1465
1706
|
},
|
|
1466
1707
|
},
|
|
1467
|
-
neutron: {
|
|
1708
|
+
'neutron-1': {
|
|
1468
1709
|
id: 'connection-211',
|
|
1469
1710
|
client_id: '07-tendermint-283',
|
|
1470
1711
|
counterparty: {
|
|
@@ -1485,7 +1726,7 @@ export default {
|
|
|
1485
1726
|
version: 'ics20-1',
|
|
1486
1727
|
},
|
|
1487
1728
|
},
|
|
1488
|
-
noble: {
|
|
1729
|
+
'noble-1': {
|
|
1489
1730
|
id: 'connection-214',
|
|
1490
1731
|
client_id: '07-tendermint-287',
|
|
1491
1732
|
counterparty: {
|
|
@@ -1506,7 +1747,7 @@ export default {
|
|
|
1506
1747
|
version: 'ics20-1',
|
|
1507
1748
|
},
|
|
1508
1749
|
},
|
|
1509
|
-
osmosis: {
|
|
1750
|
+
'osmosis-1': {
|
|
1510
1751
|
id: 'connection-0',
|
|
1511
1752
|
client_id: '07-tendermint-0',
|
|
1512
1753
|
counterparty: {
|
|
@@ -1527,7 +1768,7 @@ export default {
|
|
|
1527
1768
|
version: 'ics20-1',
|
|
1528
1769
|
},
|
|
1529
1770
|
},
|
|
1530
|
-
|
|
1771
|
+
'secret-4': {
|
|
1531
1772
|
id: 'connection-110',
|
|
1532
1773
|
client_id: '07-tendermint-177',
|
|
1533
1774
|
counterparty: {
|
|
@@ -1548,7 +1789,7 @@ export default {
|
|
|
1548
1789
|
version: 'ics20-1',
|
|
1549
1790
|
},
|
|
1550
1791
|
},
|
|
1551
|
-
stride: {
|
|
1792
|
+
'stride-1': {
|
|
1552
1793
|
id: 'connection-128',
|
|
1553
1794
|
client_id: '07-tendermint-195',
|
|
1554
1795
|
counterparty: {
|
|
@@ -1579,6 +1820,27 @@ export default {
|
|
|
1579
1820
|
},
|
|
1580
1821
|
],
|
|
1581
1822
|
connections: {
|
|
1823
|
+
'agoric-3': {
|
|
1824
|
+
id: 'connection-118',
|
|
1825
|
+
client_id: '07-tendermint-129',
|
|
1826
|
+
counterparty: {
|
|
1827
|
+
client_id: '07-tendermint-74',
|
|
1828
|
+
connection_id: 'connection-68',
|
|
1829
|
+
prefix: {
|
|
1830
|
+
key_prefix: 'FIXME',
|
|
1831
|
+
},
|
|
1832
|
+
},
|
|
1833
|
+
state: 3,
|
|
1834
|
+
transferChannel: {
|
|
1835
|
+
channelId: 'channel-59',
|
|
1836
|
+
portId: 'transfer',
|
|
1837
|
+
counterPartyChannelId: 'channel-148',
|
|
1838
|
+
counterPartyPortId: 'transfer',
|
|
1839
|
+
ordering: 0,
|
|
1840
|
+
state: 3,
|
|
1841
|
+
version: 'ics20-1',
|
|
1842
|
+
},
|
|
1843
|
+
},
|
|
1582
1844
|
celestia: {
|
|
1583
1845
|
id: 'connection-125',
|
|
1584
1846
|
client_id: '07-tendermint-137',
|
|
@@ -1600,7 +1862,7 @@ export default {
|
|
|
1600
1862
|
version: 'ics20-1',
|
|
1601
1863
|
},
|
|
1602
1864
|
},
|
|
1603
|
-
cosmoshub: {
|
|
1865
|
+
'cosmoshub-4': {
|
|
1604
1866
|
id: 'connection-0',
|
|
1605
1867
|
client_id: '07-tendermint-0',
|
|
1606
1868
|
counterparty: {
|
|
@@ -1621,7 +1883,7 @@ export default {
|
|
|
1621
1883
|
version: 'ics20-1',
|
|
1622
1884
|
},
|
|
1623
1885
|
},
|
|
1624
|
-
dydx: {
|
|
1886
|
+
'dydx-mainnet-1': {
|
|
1625
1887
|
id: 'connection-123',
|
|
1626
1888
|
client_id: '07-tendermint-133',
|
|
1627
1889
|
counterparty: {
|
|
@@ -1642,7 +1904,7 @@ export default {
|
|
|
1642
1904
|
version: 'ics20-1',
|
|
1643
1905
|
},
|
|
1644
1906
|
},
|
|
1645
|
-
juno: {
|
|
1907
|
+
'juno-1': {
|
|
1646
1908
|
id: 'connection-19',
|
|
1647
1909
|
client_id: '07-tendermint-31',
|
|
1648
1910
|
counterparty: {
|
|
@@ -1663,7 +1925,7 @@ export default {
|
|
|
1663
1925
|
version: 'ics20-1',
|
|
1664
1926
|
},
|
|
1665
1927
|
},
|
|
1666
|
-
neutron: {
|
|
1928
|
+
'neutron-1': {
|
|
1667
1929
|
id: 'connection-113',
|
|
1668
1930
|
client_id: '07-tendermint-125',
|
|
1669
1931
|
counterparty: {
|
|
@@ -1684,7 +1946,7 @@ export default {
|
|
|
1684
1946
|
version: 'ics20-1',
|
|
1685
1947
|
},
|
|
1686
1948
|
},
|
|
1687
|
-
osmosis: {
|
|
1949
|
+
'osmosis-1': {
|
|
1688
1950
|
id: 'connection-2',
|
|
1689
1951
|
client_id: '07-tendermint-1',
|
|
1690
1952
|
counterparty: {
|
|
@@ -1705,7 +1967,7 @@ export default {
|
|
|
1705
1967
|
version: 'ics20-1',
|
|
1706
1968
|
},
|
|
1707
1969
|
},
|
|
1708
|
-
|
|
1970
|
+
'secret-4': {
|
|
1709
1971
|
id: 'connection-25',
|
|
1710
1972
|
client_id: '07-tendermint-37',
|
|
1711
1973
|
counterparty: {
|
|
@@ -1726,7 +1988,7 @@ export default {
|
|
|
1726
1988
|
version: 'ics20-1',
|
|
1727
1989
|
},
|
|
1728
1990
|
},
|
|
1729
|
-
stargaze: {
|
|
1991
|
+
'stargaze-1': {
|
|
1730
1992
|
id: 'connection-18',
|
|
1731
1993
|
client_id: '07-tendermint-30',
|
|
1732
1994
|
counterparty: {
|