@carrot-protocol/clend-vaults-rpc 0.0.6 → 0.0.7

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.
@@ -202,10 +202,79 @@ export type ClendVaults = {
202
202
  {
203
203
  "name": "bankLiquidityVaultAuthority";
204
204
  "writable": true;
205
+ "pda": {
206
+ "seeds": [
207
+ {
208
+ "kind": "const";
209
+ "value": [
210
+ 108,
211
+ 105,
212
+ 113,
213
+ 117,
214
+ 105,
215
+ 100,
216
+ 105,
217
+ 116,
218
+ 121,
219
+ 95,
220
+ 118,
221
+ 97,
222
+ 117,
223
+ 108,
224
+ 116,
225
+ 95,
226
+ 97,
227
+ 117,
228
+ 116,
229
+ 104
230
+ ];
231
+ },
232
+ {
233
+ "kind": "account";
234
+ "path": "bank";
235
+ }
236
+ ];
237
+ "program": {
238
+ "kind": "account";
239
+ "path": "clendProgram";
240
+ };
241
+ };
205
242
  },
206
243
  {
207
244
  "name": "bankLiquidityVault";
208
245
  "writable": true;
246
+ "pda": {
247
+ "seeds": [
248
+ {
249
+ "kind": "const";
250
+ "value": [
251
+ 108,
252
+ 105,
253
+ 113,
254
+ 117,
255
+ 105,
256
+ 100,
257
+ 105,
258
+ 116,
259
+ 121,
260
+ 95,
261
+ 118,
262
+ 97,
263
+ 117,
264
+ 108,
265
+ 116
266
+ ];
267
+ },
268
+ {
269
+ "kind": "account";
270
+ "path": "bank";
271
+ }
272
+ ];
273
+ "program": {
274
+ "kind": "account";
275
+ "path": "clendProgram";
276
+ };
277
+ };
209
278
  },
210
279
  {
211
280
  "name": "manager";
@@ -292,10 +361,91 @@ export type ClendVaults = {
292
361
  },
293
362
  {
294
363
  "name": "emissionsAuth";
364
+ "pda": {
365
+ "seeds": [
366
+ {
367
+ "kind": "const";
368
+ "value": [
369
+ 101,
370
+ 109,
371
+ 105,
372
+ 115,
373
+ 115,
374
+ 105,
375
+ 111,
376
+ 110,
377
+ 115,
378
+ 95,
379
+ 97,
380
+ 117,
381
+ 116,
382
+ 104,
383
+ 95,
384
+ 115,
385
+ 101,
386
+ 101,
387
+ 100
388
+ ];
389
+ },
390
+ {
391
+ "kind": "account";
392
+ "path": "bank";
393
+ }
394
+ ];
395
+ "program": {
396
+ "kind": "account";
397
+ "path": "clendProgram";
398
+ };
399
+ };
295
400
  },
296
401
  {
297
402
  "name": "emissionsVault";
298
403
  "writable": true;
404
+ "pda": {
405
+ "seeds": [
406
+ {
407
+ "kind": "const";
408
+ "value": [
409
+ 101,
410
+ 109,
411
+ 105,
412
+ 115,
413
+ 115,
414
+ 105,
415
+ 111,
416
+ 110,
417
+ 115,
418
+ 95,
419
+ 116,
420
+ 111,
421
+ 107,
422
+ 101,
423
+ 110,
424
+ 95,
425
+ 97,
426
+ 99,
427
+ 99,
428
+ 111,
429
+ 117,
430
+ 110,
431
+ 116,
432
+ 95,
433
+ 115,
434
+ 101,
435
+ 101,
436
+ 100
437
+ ];
438
+ },
439
+ {
440
+ "kind": "account";
441
+ "path": "bank";
442
+ }
443
+ ];
444
+ "program": {
445
+ "kind": "account";
446
+ "path": "clendProgram";
447
+ };
448
+ };
299
449
  },
300
450
  {
301
451
  "name": "destinationAccount";
@@ -379,6 +529,38 @@ export type ClendVaults = {
379
529
  {
380
530
  "name": "bankLiquidityVault";
381
531
  "writable": true;
532
+ "pda": {
533
+ "seeds": [
534
+ {
535
+ "kind": "const";
536
+ "value": [
537
+ 108,
538
+ 105,
539
+ 113,
540
+ 117,
541
+ 105,
542
+ 100,
543
+ 105,
544
+ 116,
545
+ 121,
546
+ 95,
547
+ 118,
548
+ 97,
549
+ 117,
550
+ 108,
551
+ 116
552
+ ];
553
+ },
554
+ {
555
+ "kind": "account";
556
+ "path": "bank";
557
+ }
558
+ ];
559
+ "program": {
560
+ "kind": "account";
561
+ "path": "clendProgram";
562
+ };
563
+ };
382
564
  },
383
565
  {
384
566
  "name": "manager";
@@ -467,6 +649,38 @@ export type ClendVaults = {
467
649
  {
468
650
  "name": "bankLiquidityVault";
469
651
  "writable": true;
652
+ "pda": {
653
+ "seeds": [
654
+ {
655
+ "kind": "const";
656
+ "value": [
657
+ 108,
658
+ 105,
659
+ 113,
660
+ 117,
661
+ 105,
662
+ 100,
663
+ 105,
664
+ 116,
665
+ 121,
666
+ 95,
667
+ 118,
668
+ 97,
669
+ 117,
670
+ 108,
671
+ 116
672
+ ];
673
+ },
674
+ {
675
+ "kind": "account";
676
+ "path": "bank";
677
+ }
678
+ ];
679
+ "program": {
680
+ "kind": "account";
681
+ "path": "clendProgram";
682
+ };
683
+ };
470
684
  },
471
685
  {
472
686
  "name": "manager";
@@ -555,10 +769,79 @@ export type ClendVaults = {
555
769
  {
556
770
  "name": "bankLiquidityVaultAuthority";
557
771
  "writable": true;
772
+ "pda": {
773
+ "seeds": [
774
+ {
775
+ "kind": "const";
776
+ "value": [
777
+ 108,
778
+ 105,
779
+ 113,
780
+ 117,
781
+ 105,
782
+ 100,
783
+ 105,
784
+ 116,
785
+ 121,
786
+ 95,
787
+ 118,
788
+ 97,
789
+ 117,
790
+ 108,
791
+ 116,
792
+ 95,
793
+ 97,
794
+ 117,
795
+ 116,
796
+ 104
797
+ ];
798
+ },
799
+ {
800
+ "kind": "account";
801
+ "path": "bank";
802
+ }
803
+ ];
804
+ "program": {
805
+ "kind": "account";
806
+ "path": "clendProgram";
807
+ };
808
+ };
558
809
  },
559
810
  {
560
811
  "name": "bankLiquidityVault";
561
812
  "writable": true;
813
+ "pda": {
814
+ "seeds": [
815
+ {
816
+ "kind": "const";
817
+ "value": [
818
+ 108,
819
+ 105,
820
+ 113,
821
+ 117,
822
+ 105,
823
+ 100,
824
+ 105,
825
+ 116,
826
+ 121,
827
+ 95,
828
+ 118,
829
+ 97,
830
+ 117,
831
+ 108,
832
+ 116
833
+ ];
834
+ },
835
+ {
836
+ "kind": "account";
837
+ "path": "bank";
838
+ }
839
+ ];
840
+ "program": {
841
+ "kind": "account";
842
+ "path": "clendProgram";
843
+ };
844
+ };
562
845
  },
563
846
  {
564
847
  "name": "manager";
@@ -195,11 +195,80 @@
195
195
  },
196
196
  {
197
197
  "name": "bank_liquidity_vault_authority",
198
- "writable": true
198
+ "writable": true,
199
+ "pda": {
200
+ "seeds": [
201
+ {
202
+ "kind": "const",
203
+ "value": [
204
+ 108,
205
+ 105,
206
+ 113,
207
+ 117,
208
+ 105,
209
+ 100,
210
+ 105,
211
+ 116,
212
+ 121,
213
+ 95,
214
+ 118,
215
+ 97,
216
+ 117,
217
+ 108,
218
+ 116,
219
+ 95,
220
+ 97,
221
+ 117,
222
+ 116,
223
+ 104
224
+ ]
225
+ },
226
+ {
227
+ "kind": "account",
228
+ "path": "bank"
229
+ }
230
+ ],
231
+ "program": {
232
+ "kind": "account",
233
+ "path": "clend_program"
234
+ }
235
+ }
199
236
  },
200
237
  {
201
238
  "name": "bank_liquidity_vault",
202
- "writable": true
239
+ "writable": true,
240
+ "pda": {
241
+ "seeds": [
242
+ {
243
+ "kind": "const",
244
+ "value": [
245
+ 108,
246
+ 105,
247
+ 113,
248
+ 117,
249
+ 105,
250
+ 100,
251
+ 105,
252
+ 116,
253
+ 121,
254
+ 95,
255
+ 118,
256
+ 97,
257
+ 117,
258
+ 108,
259
+ 116
260
+ ]
261
+ },
262
+ {
263
+ "kind": "account",
264
+ "path": "bank"
265
+ }
266
+ ],
267
+ "program": {
268
+ "kind": "account",
269
+ "path": "clend_program"
270
+ }
271
+ }
203
272
  },
204
273
  {
205
274
  "name": "manager",
@@ -285,11 +354,92 @@
285
354
  "name": "emissions_mint"
286
355
  },
287
356
  {
288
- "name": "emissions_auth"
357
+ "name": "emissions_auth",
358
+ "pda": {
359
+ "seeds": [
360
+ {
361
+ "kind": "const",
362
+ "value": [
363
+ 101,
364
+ 109,
365
+ 105,
366
+ 115,
367
+ 115,
368
+ 105,
369
+ 111,
370
+ 110,
371
+ 115,
372
+ 95,
373
+ 97,
374
+ 117,
375
+ 116,
376
+ 104,
377
+ 95,
378
+ 115,
379
+ 101,
380
+ 101,
381
+ 100
382
+ ]
383
+ },
384
+ {
385
+ "kind": "account",
386
+ "path": "bank"
387
+ }
388
+ ],
389
+ "program": {
390
+ "kind": "account",
391
+ "path": "clend_program"
392
+ }
393
+ }
289
394
  },
290
395
  {
291
396
  "name": "emissions_vault",
292
- "writable": true
397
+ "writable": true,
398
+ "pda": {
399
+ "seeds": [
400
+ {
401
+ "kind": "const",
402
+ "value": [
403
+ 101,
404
+ 109,
405
+ 105,
406
+ 115,
407
+ 115,
408
+ 105,
409
+ 111,
410
+ 110,
411
+ 115,
412
+ 95,
413
+ 116,
414
+ 111,
415
+ 107,
416
+ 101,
417
+ 110,
418
+ 95,
419
+ 97,
420
+ 99,
421
+ 99,
422
+ 111,
423
+ 117,
424
+ 110,
425
+ 116,
426
+ 95,
427
+ 115,
428
+ 101,
429
+ 101,
430
+ 100
431
+ ]
432
+ },
433
+ {
434
+ "kind": "account",
435
+ "path": "bank"
436
+ }
437
+ ],
438
+ "program": {
439
+ "kind": "account",
440
+ "path": "clend_program"
441
+ }
442
+ }
293
443
  },
294
444
  {
295
445
  "name": "destination_account",
@@ -372,7 +522,39 @@
372
522
  },
373
523
  {
374
524
  "name": "bank_liquidity_vault",
375
- "writable": true
525
+ "writable": true,
526
+ "pda": {
527
+ "seeds": [
528
+ {
529
+ "kind": "const",
530
+ "value": [
531
+ 108,
532
+ 105,
533
+ 113,
534
+ 117,
535
+ 105,
536
+ 100,
537
+ 105,
538
+ 116,
539
+ 121,
540
+ 95,
541
+ 118,
542
+ 97,
543
+ 117,
544
+ 108,
545
+ 116
546
+ ]
547
+ },
548
+ {
549
+ "kind": "account",
550
+ "path": "bank"
551
+ }
552
+ ],
553
+ "program": {
554
+ "kind": "account",
555
+ "path": "clend_program"
556
+ }
557
+ }
376
558
  },
377
559
  {
378
560
  "name": "manager",
@@ -460,7 +642,39 @@
460
642
  },
461
643
  {
462
644
  "name": "bank_liquidity_vault",
463
- "writable": true
645
+ "writable": true,
646
+ "pda": {
647
+ "seeds": [
648
+ {
649
+ "kind": "const",
650
+ "value": [
651
+ 108,
652
+ 105,
653
+ 113,
654
+ 117,
655
+ 105,
656
+ 100,
657
+ 105,
658
+ 116,
659
+ 121,
660
+ 95,
661
+ 118,
662
+ 97,
663
+ 117,
664
+ 108,
665
+ 116
666
+ ]
667
+ },
668
+ {
669
+ "kind": "account",
670
+ "path": "bank"
671
+ }
672
+ ],
673
+ "program": {
674
+ "kind": "account",
675
+ "path": "clend_program"
676
+ }
677
+ }
464
678
  },
465
679
  {
466
680
  "name": "manager",
@@ -548,11 +762,80 @@
548
762
  },
549
763
  {
550
764
  "name": "bank_liquidity_vault_authority",
551
- "writable": true
765
+ "writable": true,
766
+ "pda": {
767
+ "seeds": [
768
+ {
769
+ "kind": "const",
770
+ "value": [
771
+ 108,
772
+ 105,
773
+ 113,
774
+ 117,
775
+ 105,
776
+ 100,
777
+ 105,
778
+ 116,
779
+ 121,
780
+ 95,
781
+ 118,
782
+ 97,
783
+ 117,
784
+ 108,
785
+ 116,
786
+ 95,
787
+ 97,
788
+ 117,
789
+ 116,
790
+ 104
791
+ ]
792
+ },
793
+ {
794
+ "kind": "account",
795
+ "path": "bank"
796
+ }
797
+ ],
798
+ "program": {
799
+ "kind": "account",
800
+ "path": "clend_program"
801
+ }
802
+ }
552
803
  },
553
804
  {
554
805
  "name": "bank_liquidity_vault",
555
- "writable": true
806
+ "writable": true,
807
+ "pda": {
808
+ "seeds": [
809
+ {
810
+ "kind": "const",
811
+ "value": [
812
+ 108,
813
+ 105,
814
+ 113,
815
+ 117,
816
+ 105,
817
+ 100,
818
+ 105,
819
+ 116,
820
+ 121,
821
+ 95,
822
+ 118,
823
+ 97,
824
+ 117,
825
+ 108,
826
+ 116
827
+ ]
828
+ },
829
+ {
830
+ "kind": "account",
831
+ "path": "bank"
832
+ }
833
+ ],
834
+ "program": {
835
+ "kind": "account",
836
+ "path": "clend_program"
837
+ }
838
+ }
556
839
  },
557
840
  {
558
841
  "name": "manager",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carrot-protocol/clend-vaults-rpc",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "clend vaults rpc client",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",