@agoric/orchestration 0.2.0-upgrade-17-dev-a1453b2.0 → 0.2.0-upgrade-18-dev-bf39b10.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.
Files changed (126) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +2 -1
  3. package/package.json +29 -28
  4. package/src/chain-info.d.ts +31 -387
  5. package/src/chain-info.d.ts.map +1 -1
  6. package/src/chain-info.js +10 -64
  7. package/src/cosmos-api.d.ts +21 -10
  8. package/src/cosmos-api.d.ts.map +1 -1
  9. package/src/cosmos-api.ts +33 -14
  10. package/src/examples/README.md +3 -4
  11. package/src/examples/auto-stake-it-tap-kit.d.ts.map +1 -1
  12. package/src/examples/auto-stake-it-tap-kit.js +4 -7
  13. package/src/examples/auto-stake-it.contract.d.ts +1 -1
  14. package/src/examples/auto-stake-it.flows.d.ts +1 -1
  15. package/src/examples/auto-stake-it.flows.d.ts.map +1 -1
  16. package/src/examples/basic-flows.contract.d.ts +1 -1
  17. package/src/examples/basic-flows.flows.d.ts +1 -1
  18. package/src/examples/send-anywhere.contract.d.ts +20 -2
  19. package/src/examples/send-anywhere.contract.d.ts.map +1 -1
  20. package/src/examples/send-anywhere.contract.js +34 -18
  21. package/src/examples/send-anywhere.flows.d.ts +7 -7
  22. package/src/examples/send-anywhere.flows.d.ts.map +1 -1
  23. package/src/examples/send-anywhere.flows.js +40 -20
  24. package/src/examples/shared.flows.d.ts +4 -0
  25. package/src/examples/shared.flows.d.ts.map +1 -0
  26. package/src/examples/shared.flows.js +21 -0
  27. package/src/examples/stake-bld.contract.d.ts +49 -0
  28. package/src/examples/stake-bld.contract.d.ts.map +1 -0
  29. package/src/examples/{stakeBld.contract.js → stake-bld.contract.js} +10 -1
  30. package/src/examples/stake-ica.contract.d.ts +126 -0
  31. package/src/examples/stake-ica.contract.d.ts.map +1 -0
  32. package/src/examples/{stakeIca.contract.js → stake-ica.contract.js} +6 -2
  33. package/src/examples/staking-combinations.contract.d.ts +1 -1
  34. package/src/examples/staking-combinations.contract.d.ts.map +1 -1
  35. package/src/examples/staking-combinations.contract.js +16 -13
  36. package/src/examples/staking-combinations.flows.d.ts +6 -9
  37. package/src/examples/staking-combinations.flows.d.ts.map +1 -1
  38. package/src/examples/staking-combinations.flows.js +19 -16
  39. package/src/examples/swap.contract.d.ts.map +1 -1
  40. package/src/examples/swap.contract.js +0 -1
  41. package/src/examples/unbond.contract.d.ts +1 -1
  42. package/src/examples/unbond.contract.d.ts.map +1 -1
  43. package/src/examples/unbond.contract.js +10 -5
  44. package/src/examples/unbond.flows.d.ts +4 -3
  45. package/src/examples/unbond.flows.d.ts.map +1 -1
  46. package/src/examples/unbond.flows.js +23 -31
  47. package/src/exos/chain-hub.d.ts +12 -4
  48. package/src/exos/chain-hub.d.ts.map +1 -1
  49. package/src/exos/chain-hub.js +28 -19
  50. package/src/exos/combine-invitation-makers.d.ts +1 -0
  51. package/src/exos/combine-invitation-makers.d.ts.map +1 -1
  52. package/src/exos/combine-invitation-makers.js +6 -0
  53. package/src/exos/cosmos-interchain-service.d.ts +20 -70
  54. package/src/exos/cosmos-interchain-service.d.ts.map +1 -1
  55. package/src/exos/cosmos-orchestration-account.d.ts +152 -47
  56. package/src/exos/cosmos-orchestration-account.d.ts.map +1 -1
  57. package/src/exos/cosmos-orchestration-account.js +355 -13
  58. package/src/exos/exo-interfaces.d.ts +3 -3
  59. package/src/exos/exo-interfaces.d.ts.map +1 -1
  60. package/src/exos/exo-interfaces.ts +3 -3
  61. package/src/exos/ica-account-kit.d.ts +2 -2
  62. package/src/exos/ica-account-kit.d.ts.map +1 -1
  63. package/src/exos/icq-connection-kit.d.ts +17 -1
  64. package/src/exos/icq-connection-kit.d.ts.map +1 -1
  65. package/src/exos/local-chain-facade.d.ts +22 -170
  66. package/src/exos/local-chain-facade.d.ts.map +1 -1
  67. package/src/exos/local-orchestration-account.d.ts +41 -48
  68. package/src/exos/local-orchestration-account.d.ts.map +1 -1
  69. package/src/exos/local-orchestration-account.js +94 -13
  70. package/src/exos/orchestrator.d.ts +44 -136
  71. package/src/exos/orchestrator.d.ts.map +1 -1
  72. package/src/exos/orchestrator.js +42 -44
  73. package/src/exos/packet-tools.d.ts +21 -81
  74. package/src/exos/packet-tools.d.ts.map +1 -1
  75. package/src/exos/portfolio-holder-kit.d.ts +4 -4
  76. package/src/exos/portfolio-holder-kit.d.ts.map +1 -1
  77. package/src/exos/portfolio-holder-kit.js +65 -10
  78. package/src/exos/remote-chain-facade.d.ts +35 -128
  79. package/src/exos/remote-chain-facade.d.ts.map +1 -1
  80. package/src/facade.d.ts.map +1 -1
  81. package/src/facade.js +7 -0
  82. package/src/fetched-chain-info.d.ts +30 -340
  83. package/src/fetched-chain-info.js +18 -329
  84. package/src/fixtures/query-flows.flows.d.ts.map +1 -1
  85. package/src/orchestration-api.d.ts +4 -8
  86. package/src/orchestration-api.d.ts.map +1 -1
  87. package/src/orchestration-api.ts +3 -8
  88. package/src/proposals/init-chain-info.js +3 -3
  89. package/src/proposals/orchestration-proposal.d.ts.map +1 -1
  90. package/src/proposals/start-stakeAtom.d.ts +78 -16
  91. package/src/proposals/start-stakeAtom.d.ts.map +1 -1
  92. package/src/proposals/start-stakeAtom.js +9 -4
  93. package/src/proposals/start-stakeBld.d.ts +13 -39
  94. package/src/proposals/start-stakeBld.d.ts.map +1 -1
  95. package/src/proposals/start-stakeBld.js +2 -2
  96. package/src/proposals/start-stakeOsmo.d.ts +77 -15
  97. package/src/proposals/start-stakeOsmo.d.ts.map +1 -1
  98. package/src/proposals/start-stakeOsmo.js +9 -4
  99. package/src/typeGuards.d.ts +5 -1
  100. package/src/typeGuards.d.ts.map +1 -1
  101. package/src/typeGuards.js +21 -9
  102. package/src/types-index.d.ts +1 -0
  103. package/src/types-index.js +1 -0
  104. package/src/types.d.ts +14 -4
  105. package/src/types.d.ts.map +1 -1
  106. package/src/types.ts +15 -4
  107. package/src/utils/cosmos.d.ts +40 -1
  108. package/src/utils/cosmos.d.ts.map +1 -1
  109. package/src/utils/cosmos.js +48 -1
  110. package/src/utils/orchestrationAccount.js +1 -1
  111. package/src/utils/registry.d.ts.map +1 -1
  112. package/src/utils/registry.js +0 -3
  113. package/src/utils/start-helper.d.ts +4 -10
  114. package/src/utils/start-helper.d.ts.map +1 -1
  115. package/src/utils/start-helper.js +18 -15
  116. package/src/utils/zcf-tools.d.ts +5 -0
  117. package/src/utils/zcf-tools.d.ts.map +1 -0
  118. package/src/utils/zcf-tools.js +35 -0
  119. package/src/utils/zoe-tools.d.ts +5 -8
  120. package/src/utils/zoe-tools.d.ts.map +1 -1
  121. package/src/utils/zoe-tools.js +136 -33
  122. package/src/vat-orchestration.d.ts.map +1 -1
  123. package/src/examples/stakeBld.contract.d.ts +0 -75
  124. package/src/examples/stakeBld.contract.d.ts.map +0 -1
  125. package/src/examples/stakeIca.contract.d.ts +0 -64
  126. package/src/examples/stakeIca.contract.d.ts.map +0 -1
@@ -15,9 +15,6 @@ export default /** @type {const} } */ ({
15
15
  counterparty: {
16
16
  client_id: '07-tendermint-927',
17
17
  connection_id: 'connection-649',
18
- prefix: {
19
- key_prefix: 'FIXME',
20
- },
21
18
  },
22
19
  state: 3,
23
20
  transferChannel: {
@@ -36,9 +33,6 @@ export default /** @type {const} } */ ({
36
33
  counterparty: {
37
34
  client_id: '07-tendermint-32',
38
35
  connection_id: 'connection-40',
39
- prefix: {
40
- key_prefix: 'FIXME',
41
- },
42
36
  },
43
37
  state: 3,
44
38
  transferChannel: {
@@ -57,9 +51,6 @@ export default /** @type {const} } */ ({
57
51
  counterparty: {
58
52
  client_id: '07-tendermint-47',
59
53
  connection_id: 'connection-40',
60
- prefix: {
61
- key_prefix: 'FIXME',
62
- },
63
54
  },
64
55
  state: 3,
65
56
  transferChannel: {
@@ -78,9 +69,6 @@ export default /** @type {const} } */ ({
78
69
  counterparty: {
79
70
  client_id: '07-tendermint-2109',
80
71
  connection_id: 'connection-1649',
81
- prefix: {
82
- key_prefix: 'FIXME',
83
- },
84
72
  },
85
73
  state: 3,
86
74
  transferChannel: {
@@ -99,9 +87,6 @@ export default /** @type {const} } */ ({
99
87
  counterparty: {
100
88
  client_id: '07-tendermint-111',
101
89
  connection_id: 'connection-80',
102
- prefix: {
103
- key_prefix: 'FIXME',
104
- },
105
90
  },
106
91
  state: 3,
107
92
  transferChannel: {
@@ -120,9 +105,6 @@ export default /** @type {const} } */ ({
120
105
  counterparty: {
121
106
  client_id: '07-tendermint-129',
122
107
  connection_id: 'connection-118',
123
- prefix: {
124
- key_prefix: 'FIXME',
125
- },
126
108
  },
127
109
  state: 3,
128
110
  transferChannel: {
@@ -141,9 +123,6 @@ export default /** @type {const} } */ ({
141
123
  counterparty: {
142
124
  client_id: '07-tendermint-152',
143
125
  connection_id: 'connection-101',
144
- prefix: {
145
- key_prefix: 'FIXME',
146
- },
147
126
  },
148
127
  state: 3,
149
128
  transferChannel: {
@@ -173,9 +152,6 @@ export default /** @type {const} } */ ({
173
152
  counterparty: {
174
153
  client_id: '07-tendermint-48',
175
154
  connection_id: 'connection-36',
176
- prefix: {
177
- key_prefix: 'FIXME',
178
- },
179
155
  },
180
156
  state: 3,
181
157
  transferChannel: {
@@ -194,9 +170,6 @@ export default /** @type {const} } */ ({
194
170
  counterparty: {
195
171
  client_id: '07-tendermint-3012',
196
172
  connection_id: 'connection-2503',
197
- prefix: {
198
- key_prefix: 'FIXME',
199
- },
200
173
  },
201
174
  state: 3,
202
175
  transferChannel: {
@@ -215,9 +188,6 @@ export default /** @type {const} } */ ({
215
188
  counterparty: {
216
189
  client_id: '07-tendermint-174',
217
190
  connection_id: 'connection-131',
218
- prefix: {
219
- key_prefix: 'FIXME',
220
- },
221
191
  },
222
192
  state: 3,
223
193
  transferChannel: {
@@ -236,9 +206,6 @@ export default /** @type {const} } */ ({
236
206
  counterparty: {
237
207
  client_id: '07-tendermint-359',
238
208
  connection_id: 'connection-296',
239
- prefix: {
240
- key_prefix: 'FIXME',
241
- },
242
209
  },
243
210
  state: 3,
244
211
  transferChannel: {
@@ -257,9 +224,6 @@ export default /** @type {const} } */ ({
257
224
  counterparty: {
258
225
  client_id: '07-tendermint-137',
259
226
  connection_id: 'connection-125',
260
- prefix: {
261
- key_prefix: 'FIXME',
262
- },
263
227
  },
264
228
  state: 3,
265
229
  transferChannel: {
@@ -283,15 +247,30 @@ export default /** @type {const} } */ ({
283
247
  ],
284
248
  icqEnabled: false,
285
249
  connections: {
250
+ 'stargaze-1': {
251
+ id: 'connection-918',
252
+ client_id: '07-tendermint-1188',
253
+ counterparty: {
254
+ client_id: '07-tendermint-320',
255
+ connection_id: 'connection-256',
256
+ },
257
+ state: 3,
258
+ transferChannel: {
259
+ channelId: 'channel-730',
260
+ portId: 'transfer',
261
+ counterPartyChannelId: 'channel-239',
262
+ counterPartyPortId: 'transfer',
263
+ ordering: 0,
264
+ state: 3,
265
+ version: 'ics20-1',
266
+ },
267
+ },
286
268
  'agoric-3': {
287
269
  id: 'connection-649',
288
270
  client_id: '07-tendermint-927',
289
271
  counterparty: {
290
272
  client_id: '07-tendermint-6',
291
273
  connection_id: 'connection-8',
292
- prefix: {
293
- key_prefix: 'FIXME',
294
- },
295
274
  },
296
275
  state: 3,
297
276
  transferChannel: {
@@ -310,9 +289,6 @@ export default /** @type {const} } */ ({
310
289
  counterparty: {
311
290
  client_id: '07-tendermint-3',
312
291
  connection_id: 'connection-2',
313
- prefix: {
314
- key_prefix: 'FIXME',
315
- },
316
292
  },
317
293
  state: 3,
318
294
  transferChannel: {
@@ -331,9 +307,6 @@ export default /** @type {const} } */ ({
331
307
  counterparty: {
332
308
  client_id: '07-tendermint-0',
333
309
  connection_id: 'connection-0',
334
- prefix: {
335
- key_prefix: 'FIXME',
336
- },
337
310
  },
338
311
  state: 3,
339
312
  transferChannel: {
@@ -352,9 +325,6 @@ export default /** @type {const} } */ ({
352
325
  counterparty: {
353
326
  client_id: '07-tendermint-4',
354
327
  connection_id: 'connection-12',
355
- prefix: {
356
- key_prefix: 'FIXME',
357
- },
358
328
  },
359
329
  state: 3,
360
330
  transferChannel: {
@@ -373,9 +343,6 @@ export default /** @type {const} } */ ({
373
343
  counterparty: {
374
344
  client_id: '07-tendermint-23',
375
345
  connection_id: 'connection-19',
376
- prefix: {
377
- key_prefix: 'FIXME',
378
- },
379
346
  },
380
347
  state: 3,
381
348
  transferChannel: {
@@ -394,9 +361,6 @@ export default /** @type {const} } */ ({
394
361
  counterparty: {
395
362
  client_id: '07-tendermint-1',
396
363
  connection_id: 'connection-1',
397
- prefix: {
398
- key_prefix: 'FIXME',
399
- },
400
364
  },
401
365
  state: 3,
402
366
  transferChannel: {
@@ -415,9 +379,6 @@ export default /** @type {const} } */ ({
415
379
  counterparty: {
416
380
  client_id: '07-tendermint-1',
417
381
  connection_id: 'connection-0',
418
- prefix: {
419
- key_prefix: 'FIXME',
420
- },
421
382
  },
422
383
  state: 3,
423
384
  transferChannel: {
@@ -430,36 +391,12 @@ export default /** @type {const} } */ ({
430
391
  version: 'ics20-1',
431
392
  },
432
393
  },
433
- 'stargaze-1': {
434
- id: 'connection-918',
435
- client_id: '07-tendermint-1188',
436
- counterparty: {
437
- client_id: '07-tendermint-320',
438
- connection_id: 'connection-256',
439
- prefix: {
440
- key_prefix: 'FIXME',
441
- },
442
- },
443
- state: 3,
444
- transferChannel: {
445
- channelId: 'channel-730',
446
- portId: 'transfer',
447
- counterPartyChannelId: 'channel-239',
448
- counterPartyPortId: 'transfer',
449
- ordering: 0,
450
- state: 3,
451
- version: 'ics20-1',
452
- },
453
- },
454
394
  'stride-1': {
455
395
  id: 'connection-635',
456
396
  client_id: '07-tendermint-913',
457
397
  counterparty: {
458
398
  client_id: '07-tendermint-0',
459
399
  connection_id: 'connection-0',
460
- prefix: {
461
- key_prefix: 'FIXME',
462
- },
463
400
  },
464
401
  state: 3,
465
402
  transferChannel: {
@@ -489,9 +426,6 @@ export default /** @type {const} } */ ({
489
426
  counterparty: {
490
427
  client_id: '07-tendermint-72',
491
428
  connection_id: 'connection-51',
492
- prefix: {
493
- key_prefix: 'FIXME',
494
- },
495
429
  },
496
430
  state: 3,
497
431
  transferChannel: {
@@ -510,9 +444,6 @@ export default /** @type {const} } */ ({
510
444
  counterparty: {
511
445
  client_id: '07-tendermint-59',
512
446
  connection_id: 'connection-57',
513
- prefix: {
514
- key_prefix: 'FIXME',
515
- },
516
447
  },
517
448
  state: 3,
518
449
  transferChannel: {
@@ -531,9 +462,6 @@ export default /** @type {const} } */ ({
531
462
  counterparty: {
532
463
  client_id: '07-tendermint-3009',
533
464
  connection_id: 'connection-2500',
534
- prefix: {
535
- key_prefix: 'FIXME',
536
- },
537
465
  },
538
466
  state: 3,
539
467
  transferChannel: {
@@ -552,9 +480,6 @@ export default /** @type {const} } */ ({
552
480
  counterparty: {
553
481
  client_id: '07-tendermint-133',
554
482
  connection_id: 'connection-123',
555
- prefix: {
556
- key_prefix: 'FIXME',
557
- },
558
483
  },
559
484
  state: 3,
560
485
  transferChannel: {
@@ -573,9 +498,6 @@ export default /** @type {const} } */ ({
573
498
  counterparty: {
574
499
  client_id: '07-tendermint-244',
575
500
  connection_id: 'connection-208',
576
- prefix: {
577
- key_prefix: 'FIXME',
578
- },
579
501
  },
580
502
  state: 3,
581
503
  transferChannel: {
@@ -605,9 +527,6 @@ export default /** @type {const} } */ ({
605
527
  counterparty: {
606
528
  client_id: '07-tendermint-439',
607
529
  connection_id: 'connection-372',
608
- prefix: {
609
- key_prefix: 'FIXME',
610
- },
611
530
  },
612
531
  state: 3,
613
532
  transferChannel: {
@@ -626,9 +545,6 @@ export default /** @type {const} } */ ({
626
545
  counterparty: {
627
546
  client_id: '07-tendermint-97',
628
547
  connection_id: 'connection-71',
629
- prefix: {
630
- key_prefix: 'FIXME',
631
- },
632
548
  },
633
549
  state: 3,
634
550
  transferChannel: {
@@ -647,9 +563,6 @@ export default /** @type {const} } */ ({
647
563
  counterparty: {
648
564
  client_id: '07-tendermint-3',
649
565
  connection_id: 'connection-8',
650
- prefix: {
651
- key_prefix: 'FIXME',
652
- },
653
566
  },
654
567
  state: 3,
655
568
  transferChannel: {
@@ -668,9 +581,6 @@ export default /** @type {const} } */ ({
668
581
  counterparty: {
669
582
  client_id: '07-tendermint-1457',
670
583
  connection_id: 'connection-1142',
671
- prefix: {
672
- key_prefix: 'FIXME',
673
- },
674
584
  },
675
585
  state: 3,
676
586
  transferChannel: {
@@ -689,9 +599,6 @@ export default /** @type {const} } */ ({
689
599
  counterparty: {
690
600
  client_id: '07-tendermint-23',
691
601
  connection_id: 'connection-9',
692
- prefix: {
693
- key_prefix: 'FIXME',
694
- },
695
602
  },
696
603
  state: 3,
697
604
  transferChannel: {
@@ -710,9 +617,6 @@ export default /** @type {const} } */ ({
710
617
  counterparty: {
711
618
  client_id: '07-tendermint-13',
712
619
  connection_id: 'connection-11',
713
- prefix: {
714
- key_prefix: 'FIXME',
715
- },
716
620
  },
717
621
  state: 3,
718
622
  transferChannel: {
@@ -731,9 +635,6 @@ export default /** @type {const} } */ ({
731
635
  counterparty: {
732
636
  client_id: '07-tendermint-31',
733
637
  connection_id: 'connection-19',
734
- prefix: {
735
- key_prefix: 'FIXME',
736
- },
737
638
  },
738
639
  state: 3,
739
640
  transferChannel: {
@@ -763,9 +664,6 @@ export default /** @type {const} } */ ({
763
664
  counterparty: {
764
665
  client_id: '07-tendermint-29',
765
666
  connection_id: 'connection-7',
766
- prefix: {
767
- key_prefix: 'FIXME',
768
- },
769
667
  },
770
668
  state: 3,
771
669
  transferChannel: {
@@ -784,9 +682,6 @@ export default /** @type {const} } */ ({
784
682
  counterparty: {
785
683
  client_id: '07-tendermint-1119',
786
684
  connection_id: 'connection-809',
787
- prefix: {
788
- key_prefix: 'FIXME',
789
- },
790
685
  },
791
686
  state: 3,
792
687
  transferChannel: {
@@ -805,9 +700,6 @@ export default /** @type {const} } */ ({
805
700
  counterparty: {
806
701
  client_id: '07-tendermint-11',
807
702
  connection_id: 'connection-17',
808
- prefix: {
809
- key_prefix: 'FIXME',
810
- },
811
703
  },
812
704
  state: 3,
813
705
  transferChannel: {
@@ -826,9 +718,6 @@ export default /** @type {const} } */ ({
826
718
  counterparty: {
827
719
  client_id: '07-tendermint-557',
828
720
  connection_id: 'connection-524',
829
- prefix: {
830
- key_prefix: 'FIXME',
831
- },
832
721
  },
833
722
  state: 3,
834
723
  transferChannel: {
@@ -847,9 +736,6 @@ export default /** @type {const} } */ ({
847
736
  counterparty: {
848
737
  client_id: '07-tendermint-25',
849
738
  connection_id: 'connection-34',
850
- prefix: {
851
- key_prefix: 'FIXME',
852
- },
853
739
  },
854
740
  state: 3,
855
741
  transferChannel: {
@@ -868,9 +754,6 @@ export default /** @type {const} } */ ({
868
754
  counterparty: {
869
755
  client_id: '07-tendermint-2823',
870
756
  connection_id: 'connection-2338',
871
- prefix: {
872
- key_prefix: 'FIXME',
873
- },
874
757
  },
875
758
  state: 3,
876
759
  transferChannel: {
@@ -889,9 +772,6 @@ export default /** @type {const} } */ ({
889
772
  counterparty: {
890
773
  client_id: '07-tendermint-199',
891
774
  connection_id: 'connection-192',
892
- prefix: {
893
- key_prefix: 'FIXME',
894
- },
895
775
  },
896
776
  state: 3,
897
777
  transferChannel: {
@@ -910,9 +790,6 @@ export default /** @type {const} } */ ({
910
790
  counterparty: {
911
791
  client_id: '07-tendermint-283',
912
792
  connection_id: 'connection-211',
913
- prefix: {
914
- key_prefix: 'FIXME',
915
- },
916
793
  },
917
794
  state: 3,
918
795
  transferChannel: {
@@ -931,9 +808,6 @@ export default /** @type {const} } */ ({
931
808
  counterparty: {
932
809
  client_id: '07-tendermint-125',
933
810
  connection_id: 'connection-113',
934
- prefix: {
935
- key_prefix: 'FIXME',
936
- },
937
811
  },
938
812
  state: 3,
939
813
  transferChannel: {
@@ -950,11 +824,6 @@ export default /** @type {const} } */ ({
950
824
  },
951
825
  noble: {
952
826
  chainId: 'noble-1',
953
- stakingTokens: [
954
- {
955
- denom: 'ustake',
956
- },
957
- ],
958
827
  icqEnabled: false,
959
828
  connections: {
960
829
  'agoric-3': {
@@ -963,9 +832,6 @@ export default /** @type {const} } */ ({
963
832
  counterparty: {
964
833
  client_id: '07-tendermint-77',
965
834
  connection_id: 'connection-72',
966
- prefix: {
967
- key_prefix: 'FIXME',
968
- },
969
835
  },
970
836
  state: 3,
971
837
  transferChannel: {
@@ -984,9 +850,6 @@ export default /** @type {const} } */ ({
984
850
  counterparty: {
985
851
  client_id: '07-tendermint-1116',
986
852
  connection_id: 'connection-790',
987
- prefix: {
988
- key_prefix: 'FIXME',
989
- },
990
853
  },
991
854
  state: 3,
992
855
  transferChannel: {
@@ -1005,9 +868,6 @@ export default /** @type {const} } */ ({
1005
868
  counterparty: {
1006
869
  client_id: '07-tendermint-0',
1007
870
  connection_id: 'connection-0',
1008
- prefix: {
1009
- key_prefix: 'FIXME',
1010
- },
1011
871
  },
1012
872
  state: 3,
1013
873
  transferChannel: {
@@ -1026,9 +886,6 @@ export default /** @type {const} } */ ({
1026
886
  counterparty: {
1027
887
  client_id: '07-tendermint-334',
1028
888
  connection_id: 'connection-322',
1029
- prefix: {
1030
- key_prefix: 'FIXME',
1031
- },
1032
889
  },
1033
890
  state: 3,
1034
891
  transferChannel: {
@@ -1047,9 +904,6 @@ export default /** @type {const} } */ ({
1047
904
  counterparty: {
1048
905
  client_id: '07-tendermint-40',
1049
906
  connection_id: 'connection-31',
1050
- prefix: {
1051
- key_prefix: 'FIXME',
1052
- },
1053
907
  },
1054
908
  state: 3,
1055
909
  transferChannel: {
@@ -1068,9 +922,6 @@ export default /** @type {const} } */ ({
1068
922
  counterparty: {
1069
923
  client_id: '07-tendermint-51',
1070
924
  connection_id: 'connection-49',
1071
- prefix: {
1072
- key_prefix: 'FIXME',
1073
- },
1074
925
  },
1075
926
  state: 3,
1076
927
  transferChannel: {
@@ -1089,9 +940,6 @@ export default /** @type {const} } */ ({
1089
940
  counterparty: {
1090
941
  client_id: '07-tendermint-2704',
1091
942
  connection_id: 'connection-2241',
1092
- prefix: {
1093
- key_prefix: 'FIXME',
1094
- },
1095
943
  },
1096
944
  state: 3,
1097
945
  transferChannel: {
@@ -1110,9 +958,6 @@ export default /** @type {const} } */ ({
1110
958
  counterparty: {
1111
959
  client_id: '07-tendermint-170',
1112
960
  connection_id: 'connection-127',
1113
- prefix: {
1114
- key_prefix: 'FIXME',
1115
- },
1116
961
  },
1117
962
  state: 3,
1118
963
  transferChannel: {
@@ -1131,9 +976,6 @@ export default /** @type {const} } */ ({
1131
976
  counterparty: {
1132
977
  client_id: '07-tendermint-287',
1133
978
  connection_id: 'connection-214',
1134
- prefix: {
1135
- key_prefix: 'FIXME',
1136
- },
1137
979
  },
1138
980
  state: 3,
1139
981
  transferChannel: {
@@ -1152,9 +994,6 @@ export default /** @type {const} } */ ({
1152
994
  counterparty: {
1153
995
  client_id: '07-tendermint-248',
1154
996
  connection_id: 'connection-210',
1155
- prefix: {
1156
- key_prefix: 'FIXME',
1157
- },
1158
997
  },
1159
998
  state: 3,
1160
999
  transferChannel: {
@@ -1184,9 +1023,6 @@ export default /** @type {const} } */ ({
1184
1023
  counterparty: {
1185
1024
  client_id: '07-tendermint-73',
1186
1025
  connection_id: 'connection-67',
1187
- prefix: {
1188
- key_prefix: 'FIXME',
1189
- },
1190
1026
  },
1191
1027
  state: 3,
1192
1028
  transferChannel: {
@@ -1205,9 +1041,6 @@ export default /** @type {const} } */ ({
1205
1041
  counterparty: {
1206
1042
  client_id: '07-tendermint-656',
1207
1043
  connection_id: 'connection-501',
1208
- prefix: {
1209
- key_prefix: 'FIXME',
1210
- },
1211
1044
  },
1212
1045
  state: 3,
1213
1046
  transferChannel: {
@@ -1226,9 +1059,6 @@ export default /** @type {const} } */ ({
1226
1059
  counterparty: {
1227
1060
  client_id: '07-tendermint-68',
1228
1061
  connection_id: 'connection-65',
1229
- prefix: {
1230
- key_prefix: 'FIXME',
1231
- },
1232
1062
  },
1233
1063
  state: 3,
1234
1064
  transferChannel: {
@@ -1247,9 +1077,6 @@ export default /** @type {const} } */ ({
1247
1077
  counterparty: {
1248
1078
  client_id: '07-tendermint-1829',
1249
1079
  connection_id: 'connection-1431',
1250
- prefix: {
1251
- key_prefix: 'FIXME',
1252
- },
1253
1080
  },
1254
1081
  state: 3,
1255
1082
  transferChannel: {
@@ -1279,9 +1106,6 @@ export default /** @type {const} } */ ({
1279
1106
  counterparty: {
1280
1107
  client_id: '07-tendermint-1',
1281
1108
  connection_id: 'connection-1',
1282
- prefix: {
1283
- key_prefix: 'FIXME',
1284
- },
1285
1109
  },
1286
1110
  state: 3,
1287
1111
  transferChannel: {
@@ -1300,9 +1124,6 @@ export default /** @type {const} } */ ({
1300
1124
  counterparty: {
1301
1125
  client_id: '07-tendermint-10',
1302
1126
  connection_id: 'connection-2',
1303
- prefix: {
1304
- key_prefix: 'FIXME',
1305
- },
1306
1127
  },
1307
1128
  state: 3,
1308
1129
  transferChannel: {
@@ -1321,9 +1142,6 @@ export default /** @type {const} } */ ({
1321
1142
  counterparty: {
1322
1143
  client_id: '07-tendermint-259',
1323
1144
  connection_id: 'connection-257',
1324
- prefix: {
1325
- key_prefix: 'FIXME',
1326
- },
1327
1145
  },
1328
1146
  state: 3,
1329
1147
  transferChannel: {
@@ -1342,9 +1160,6 @@ export default /** @type {const} } */ ({
1342
1160
  counterparty: {
1343
1161
  client_id: '07-tendermint-3',
1344
1162
  connection_id: 'connection-7',
1345
- prefix: {
1346
- key_prefix: 'FIXME',
1347
- },
1348
1163
  },
1349
1164
  state: 3,
1350
1165
  transferChannel: {
@@ -1363,9 +1178,6 @@ export default /** @type {const} } */ ({
1363
1178
  counterparty: {
1364
1179
  client_id: '07-tendermint-0',
1365
1180
  connection_id: 'connection-0',
1366
- prefix: {
1367
- key_prefix: 'FIXME',
1368
- },
1369
1181
  },
1370
1182
  state: 3,
1371
1183
  transferChannel: {
@@ -1384,9 +1196,6 @@ export default /** @type {const} } */ ({
1384
1196
  counterparty: {
1385
1197
  client_id: '07-tendermint-19',
1386
1198
  connection_id: 'connection-18',
1387
- prefix: {
1388
- key_prefix: 'FIXME',
1389
- },
1390
1199
  },
1391
1200
  state: 3,
1392
1201
  transferChannel: {
@@ -1405,9 +1214,6 @@ export default /** @type {const} } */ ({
1405
1214
  counterparty: {
1406
1215
  client_id: '07-tendermint-0',
1407
1216
  connection_id: 'connection-2',
1408
- prefix: {
1409
- key_prefix: 'FIXME',
1410
- },
1411
1217
  },
1412
1218
  state: 3,
1413
1219
  transferChannel: {
@@ -1426,9 +1232,6 @@ export default /** @type {const} } */ ({
1426
1232
  counterparty: {
1427
1233
  client_id: '07-tendermint-8',
1428
1234
  connection_id: 'connection-8',
1429
- prefix: {
1430
- key_prefix: 'FIXME',
1431
- },
1432
1235
  },
1433
1236
  state: 3,
1434
1237
  transferChannel: {
@@ -1447,9 +1250,6 @@ export default /** @type {const} } */ ({
1447
1250
  counterparty: {
1448
1251
  client_id: '07-tendermint-2',
1449
1252
  connection_id: 'connection-1',
1450
- prefix: {
1451
- key_prefix: 'FIXME',
1452
- },
1453
1253
  },
1454
1254
  state: 3,
1455
1255
  transferChannel: {
@@ -1468,9 +1268,6 @@ export default /** @type {const} } */ ({
1468
1268
  counterparty: {
1469
1269
  client_id: '07-tendermint-0',
1470
1270
  connection_id: 'connection-0',
1471
- prefix: {
1472
- key_prefix: 'FIXME',
1473
- },
1474
1271
  },
1475
1272
  state: 3,
1476
1273
  transferChannel: {
@@ -1489,9 +1286,6 @@ export default /** @type {const} } */ ({
1489
1286
  counterparty: {
1490
1287
  client_id: '07-tendermint-1',
1491
1288
  connection_id: 'connection-2',
1492
- prefix: {
1493
- key_prefix: 'FIXME',
1494
- },
1495
1289
  },
1496
1290
  state: 3,
1497
1291
  transferChannel: {
@@ -1510,9 +1304,6 @@ export default /** @type {const} } */ ({
1510
1304
  counterparty: {
1511
1305
  client_id: '07-tendermint-6',
1512
1306
  connection_id: 'connection-0',
1513
- prefix: {
1514
- key_prefix: 'FIXME',
1515
- },
1516
1307
  },
1517
1308
  state: 3,
1518
1309
  transferChannel: {
@@ -1542,9 +1333,6 @@ export default /** @type {const} } */ ({
1542
1333
  counterparty: {
1543
1334
  client_id: '07-tendermint-17',
1544
1335
  connection_id: 'connection-17',
1545
- prefix: {
1546
- key_prefix: 'FIXME',
1547
- },
1548
1336
  },
1549
1337
  state: 3,
1550
1338
  transferChannel: {
@@ -1563,9 +1351,6 @@ export default /** @type {const} } */ ({
1563
1351
  counterparty: {
1564
1352
  client_id: '07-tendermint-52',
1565
1353
  connection_id: 'connection-15',
1566
- prefix: {
1567
- key_prefix: 'FIXME',
1568
- },
1569
1354
  },
1570
1355
  state: 3,
1571
1356
  transferChannel: {
@@ -1584,9 +1369,6 @@ export default /** @type {const} } */ ({
1584
1369
  counterparty: {
1585
1370
  client_id: '07-tendermint-492',
1586
1371
  connection_id: 'connection-401',
1587
- prefix: {
1588
- key_prefix: 'FIXME',
1589
- },
1590
1372
  },
1591
1373
  state: 3,
1592
1374
  transferChannel: {
@@ -1605,9 +1387,6 @@ export default /** @type {const} } */ ({
1605
1387
  counterparty: {
1606
1388
  client_id: '07-tendermint-108',
1607
1389
  connection_id: 'connection-68',
1608
- prefix: {
1609
- key_prefix: 'FIXME',
1610
- },
1611
1390
  },
1612
1391
  state: 3,
1613
1392
  transferChannel: {
@@ -1626,9 +1405,6 @@ export default /** @type {const} } */ ({
1626
1405
  counterparty: {
1627
1406
  client_id: '07-tendermint-85',
1628
1407
  connection_id: 'connection-63',
1629
- prefix: {
1630
- key_prefix: 'FIXME',
1631
- },
1632
1408
  },
1633
1409
  state: 3,
1634
1410
  transferChannel: {
@@ -1647,9 +1423,6 @@ export default /** @type {const} } */ ({
1647
1423
  counterparty: {
1648
1424
  client_id: '07-tendermint-24',
1649
1425
  connection_id: 'connection-33',
1650
- prefix: {
1651
- key_prefix: 'FIXME',
1652
- },
1653
1426
  },
1654
1427
  state: 3,
1655
1428
  transferChannel: {
@@ -1668,9 +1441,6 @@ export default /** @type {const} } */ ({
1668
1441
  counterparty: {
1669
1442
  client_id: '07-tendermint-1588',
1670
1443
  connection_id: 'connection-1244',
1671
- prefix: {
1672
- key_prefix: 'FIXME',
1673
- },
1674
1444
  },
1675
1445
  state: 3,
1676
1446
  transferChannel: {
@@ -1689,9 +1459,6 @@ export default /** @type {const} } */ ({
1689
1459
  counterparty: {
1690
1460
  client_id: '07-tendermint-177',
1691
1461
  connection_id: 'connection-110',
1692
- prefix: {
1693
- key_prefix: 'FIXME',
1694
- },
1695
1462
  },
1696
1463
  state: 3,
1697
1464
  transferChannel: {
@@ -1710,9 +1477,6 @@ export default /** @type {const} } */ ({
1710
1477
  counterparty: {
1711
1478
  client_id: '07-tendermint-37',
1712
1479
  connection_id: 'connection-25',
1713
- prefix: {
1714
- key_prefix: 'FIXME',
1715
- },
1716
1480
  },
1717
1481
  state: 3,
1718
1482
  transferChannel: {
@@ -1731,9 +1495,6 @@ export default /** @type {const} } */ ({
1731
1495
  counterparty: {
1732
1496
  client_id: '07-tendermint-249',
1733
1497
  connection_id: 'connection-213',
1734
- prefix: {
1735
- key_prefix: 'FIXME',
1736
- },
1737
1498
  },
1738
1499
  state: 3,
1739
1500
  transferChannel: {
@@ -1763,9 +1524,6 @@ export default /** @type {const} } */ ({
1763
1524
  counterparty: {
1764
1525
  client_id: '07-tendermint-86',
1765
1526
  connection_id: 'connection-56',
1766
- prefix: {
1767
- key_prefix: 'FIXME',
1768
- },
1769
1527
  },
1770
1528
  state: 3,
1771
1529
  transferChannel: {
@@ -1784,9 +1542,6 @@ export default /** @type {const} } */ ({
1784
1542
  counterparty: {
1785
1543
  client_id: '07-tendermint-1188',
1786
1544
  connection_id: 'connection-918',
1787
- prefix: {
1788
- key_prefix: 'FIXME',
1789
- },
1790
1545
  },
1791
1546
  state: 3,
1792
1547
  transferChannel: {
@@ -1805,9 +1560,6 @@ export default /** @type {const} } */ ({
1805
1560
  counterparty: {
1806
1561
  client_id: '07-tendermint-44',
1807
1562
  connection_id: 'connection-30',
1808
- prefix: {
1809
- key_prefix: 'FIXME',
1810
- },
1811
1563
  },
1812
1564
  state: 3,
1813
1565
  transferChannel: {
@@ -1826,9 +1578,6 @@ export default /** @type {const} } */ ({
1826
1578
  counterparty: {
1827
1579
  client_id: '07-tendermint-31',
1828
1580
  connection_id: 'connection-23',
1829
- prefix: {
1830
- key_prefix: 'FIXME',
1831
- },
1832
1581
  },
1833
1582
  state: 3,
1834
1583
  transferChannel: {
@@ -1847,9 +1596,6 @@ export default /** @type {const} } */ ({
1847
1596
  counterparty: {
1848
1597
  client_id: '07-tendermint-16',
1849
1598
  connection_id: 'connection-25',
1850
- prefix: {
1851
- key_prefix: 'FIXME',
1852
- },
1853
1599
  },
1854
1600
  state: 3,
1855
1601
  transferChannel: {
@@ -1868,9 +1614,6 @@ export default /** @type {const} } */ ({
1868
1614
  counterparty: {
1869
1615
  client_id: '07-tendermint-1562',
1870
1616
  connection_id: 'connection-1223',
1871
- prefix: {
1872
- key_prefix: 'FIXME',
1873
- },
1874
1617
  },
1875
1618
  state: 3,
1876
1619
  transferChannel: {
@@ -1889,9 +1632,6 @@ export default /** @type {const} } */ ({
1889
1632
  counterparty: {
1890
1633
  client_id: '07-tendermint-43',
1891
1634
  connection_id: 'connection-25',
1892
- prefix: {
1893
- key_prefix: 'FIXME',
1894
- },
1895
1635
  },
1896
1636
  state: 3,
1897
1637
  transferChannel: {
@@ -1910,9 +1650,6 @@ export default /** @type {const} } */ ({
1910
1650
  counterparty: {
1911
1651
  client_id: '07-tendermint-30',
1912
1652
  connection_id: 'connection-18',
1913
- prefix: {
1914
- key_prefix: 'FIXME',
1915
- },
1916
1653
  },
1917
1654
  state: 3,
1918
1655
  transferChannel: {
@@ -1942,9 +1679,6 @@ export default /** @type {const} } */ ({
1942
1679
  counterparty: {
1943
1680
  client_id: '07-tendermint-74',
1944
1681
  connection_id: 'connection-68',
1945
- prefix: {
1946
- key_prefix: 'FIXME',
1947
- },
1948
1682
  },
1949
1683
  state: 3,
1950
1684
  transferChannel: {
@@ -1963,9 +1697,6 @@ export default /** @type {const} } */ ({
1963
1697
  counterparty: {
1964
1698
  client_id: '07-tendermint-0',
1965
1699
  connection_id: 'connection-4',
1966
- prefix: {
1967
- key_prefix: 'FIXME',
1968
- },
1969
1700
  },
1970
1701
  state: 3,
1971
1702
  transferChannel: {
@@ -1984,9 +1715,6 @@ export default /** @type {const} } */ ({
1984
1715
  counterparty: {
1985
1716
  client_id: '07-tendermint-913',
1986
1717
  connection_id: 'connection-635',
1987
- prefix: {
1988
- key_prefix: 'FIXME',
1989
- },
1990
1718
  },
1991
1719
  state: 3,
1992
1720
  transferChannel: {
@@ -2005,9 +1733,6 @@ export default /** @type {const} } */ ({
2005
1733
  counterparty: {
2006
1734
  client_id: '07-tendermint-1',
2007
1735
  connection_id: 'connection-1',
2008
- prefix: {
2009
- key_prefix: 'FIXME',
2010
- },
2011
1736
  },
2012
1737
  state: 3,
2013
1738
  transferChannel: {
@@ -2026,9 +1751,6 @@ export default /** @type {const} } */ ({
2026
1751
  counterparty: {
2027
1752
  client_id: '07-tendermint-263',
2028
1753
  connection_id: 'connection-205',
2029
- prefix: {
2030
- key_prefix: 'FIXME',
2031
- },
2032
1754
  },
2033
1755
  state: 3,
2034
1756
  transferChannel: {
@@ -2047,9 +1769,6 @@ export default /** @type {const} } */ ({
2047
1769
  counterparty: {
2048
1770
  client_id: '07-tendermint-18',
2049
1771
  connection_id: 'connection-15',
2050
- prefix: {
2051
- key_prefix: 'FIXME',
2052
- },
2053
1772
  },
2054
1773
  state: 3,
2055
1774
  transferChannel: {
@@ -2068,9 +1787,6 @@ export default /** @type {const} } */ ({
2068
1787
  counterparty: {
2069
1788
  client_id: '07-tendermint-2119',
2070
1789
  connection_id: 'connection-1657',
2071
- prefix: {
2072
- key_prefix: 'FIXME',
2073
- },
2074
1790
  },
2075
1791
  state: 3,
2076
1792
  transferChannel: {
@@ -2089,9 +1805,6 @@ export default /** @type {const} } */ ({
2089
1805
  counterparty: {
2090
1806
  client_id: '07-tendermint-75',
2091
1807
  connection_id: 'connection-40',
2092
- prefix: {
2093
- key_prefix: 'FIXME',
2094
- },
2095
1808
  },
2096
1809
  state: 3,
2097
1810
  transferChannel: {
@@ -2110,9 +1823,6 @@ export default /** @type {const} } */ ({
2110
1823
  counterparty: {
2111
1824
  client_id: '07-tendermint-195',
2112
1825
  connection_id: 'connection-128',
2113
- prefix: {
2114
- key_prefix: 'FIXME',
2115
- },
2116
1826
  },
2117
1827
  state: 3,
2118
1828
  transferChannel: {
@@ -2131,9 +1841,6 @@ export default /** @type {const} } */ ({
2131
1841
  counterparty: {
2132
1842
  client_id: '07-tendermint-64',
2133
1843
  connection_id: 'connection-45',
2134
- prefix: {
2135
- key_prefix: 'FIXME',
2136
- },
2137
1844
  },
2138
1845
  state: 3,
2139
1846
  transferChannel: {
@@ -2163,9 +1870,6 @@ export default /** @type {const} } */ ({
2163
1870
  counterparty: {
2164
1871
  client_id: '07-tendermint-18',
2165
1872
  connection_id: 'connection-18',
2166
- prefix: {
2167
- key_prefix: 'FIXME',
2168
- },
2169
1873
  },
2170
1874
  state: 3,
2171
1875
  transferChannel: {
@@ -2184,9 +1888,6 @@ export default /** @type {const} } */ ({
2184
1888
  counterparty: {
2185
1889
  client_id: '07-tendermint-8',
2186
1890
  connection_id: 'connection-13',
2187
- prefix: {
2188
- key_prefix: 'FIXME',
2189
- },
2190
1891
  },
2191
1892
  state: 3,
2192
1893
  transferChannel: {
@@ -2205,9 +1906,6 @@ export default /** @type {const} } */ ({
2205
1906
  counterparty: {
2206
1907
  client_id: '07-tendermint-73',
2207
1908
  connection_id: 'connection-74',
2208
- prefix: {
2209
- key_prefix: 'FIXME',
2210
- },
2211
1909
  },
2212
1910
  state: 3,
2213
1911
  transferChannel: {
@@ -2226,9 +1924,6 @@ export default /** @type {const} } */ ({
2226
1924
  counterparty: {
2227
1925
  client_id: '07-tendermint-1805',
2228
1926
  connection_id: 'connection-1410',
2229
- prefix: {
2230
- key_prefix: 'FIXME',
2231
- },
2232
1927
  },
2233
1928
  state: 3,
2234
1929
  transferChannel: {
@@ -2247,9 +1942,6 @@ export default /** @type {const} } */ ({
2247
1942
  counterparty: {
2248
1943
  client_id: '07-tendermint-193',
2249
1944
  connection_id: 'connection-188',
2250
- prefix: {
2251
- key_prefix: 'FIXME',
2252
- },
2253
1945
  },
2254
1946
  state: 3,
2255
1947
  transferChannel: {
@@ -2268,9 +1960,6 @@ export default /** @type {const} } */ ({
2268
1960
  counterparty: {
2269
1961
  client_id: '07-tendermint-32',
2270
1962
  connection_id: 'connection-20',
2271
- prefix: {
2272
- key_prefix: 'FIXME',
2273
- },
2274
1963
  },
2275
1964
  state: 3,
2276
1965
  transferChannel: {