@strkfarm/sdk 2.0.0-staging.55 → 2.0.0-staging.56
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/dist/index.browser.global.js +47 -48
- package/dist/index.browser.mjs +47 -48
- package/dist/index.js +47 -48
- package/dist/index.mjs +47 -48
- package/package.json +1 -1
- package/src/strategies/yoloVault.ts +47 -47
|
@@ -116744,7 +116744,6 @@ spurious results.`);
|
|
|
116744
116744
|
]
|
|
116745
116745
|
};
|
|
116746
116746
|
var wbtc_parent = "wbtc-yolo";
|
|
116747
|
-
var xstrk_parent = "xstrk-yolo";
|
|
116748
116747
|
var yoloVaultsConfig = [
|
|
116749
116748
|
{
|
|
116750
116749
|
address: ContractAddr.from("0x018ccdff25a642e211f86ace35ba282ebdf342330319ead98cae37258bc9cce1"),
|
|
@@ -116756,54 +116755,54 @@ spurious results.`);
|
|
|
116756
116755
|
priority: 100,
|
|
116757
116756
|
...vaultCommonProperties,
|
|
116758
116757
|
parent_id: wbtc_parent
|
|
116759
|
-
},
|
|
116760
|
-
{
|
|
116761
|
-
address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
116762
|
-
mainToken: vesuPrimeUSDC,
|
|
116763
|
-
secondaryToken: xWBTC,
|
|
116764
|
-
startDate: "03-APR-2026",
|
|
116765
|
-
expiryDate: "31-MAY-2026",
|
|
116766
|
-
id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
116767
|
-
priority: 100,
|
|
116768
|
-
...vaultCommonProperties,
|
|
116769
|
-
parent_id: wbtc_parent
|
|
116770
|
-
},
|
|
116771
|
-
{
|
|
116772
|
-
address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
116773
|
-
mainToken: vesuPrimeUSDC,
|
|
116774
|
-
secondaryToken: xSTRK,
|
|
116775
|
-
startDate: "03-APR-2026",
|
|
116776
|
-
expiryDate: "31-MAR-2027",
|
|
116777
|
-
id: `xstrk-yolo-31-mar-2027`,
|
|
116778
|
-
priority: 50,
|
|
116779
|
-
...vaultCommonProperties,
|
|
116780
|
-
spendingLevels: [
|
|
116781
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
116782
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
116783
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
116784
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
116785
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
116786
|
-
],
|
|
116787
|
-
parent_id: xstrk_parent
|
|
116788
|
-
},
|
|
116789
|
-
{
|
|
116790
|
-
address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
116791
|
-
mainToken: vesuPrimeUSDC,
|
|
116792
|
-
secondaryToken: xSTRK,
|
|
116793
|
-
startDate: "03-APR-2026",
|
|
116794
|
-
expiryDate: "30-JUN-2026",
|
|
116795
|
-
id: `xstrk-yolo-30-jun-2026`,
|
|
116796
|
-
priority: 50,
|
|
116797
|
-
...vaultCommonProperties,
|
|
116798
|
-
spendingLevels: [
|
|
116799
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
116800
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
116801
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
116802
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
116803
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
116804
|
-
],
|
|
116805
|
-
parent_id: xstrk_parent
|
|
116806
116758
|
}
|
|
116759
|
+
// {
|
|
116760
|
+
// address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
116761
|
+
// mainToken: vesuPrimeUSDC,
|
|
116762
|
+
// secondaryToken: xWBTC,
|
|
116763
|
+
// startDate: "03-APR-2026",
|
|
116764
|
+
// expiryDate: "31-MAY-2026",
|
|
116765
|
+
// id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
116766
|
+
// priority: 100,
|
|
116767
|
+
// ...vaultCommonProperties,
|
|
116768
|
+
// parent_id: wbtc_parent
|
|
116769
|
+
// },
|
|
116770
|
+
// {
|
|
116771
|
+
// address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
116772
|
+
// mainToken: vesuPrimeUSDC,
|
|
116773
|
+
// secondaryToken: xSTRK,
|
|
116774
|
+
// startDate: "03-APR-2026",
|
|
116775
|
+
// expiryDate: "31-MAR-2027",
|
|
116776
|
+
// id: `xstrk-yolo-31-mar-2027`,
|
|
116777
|
+
// priority: 50,
|
|
116778
|
+
// ...vaultCommonProperties,
|
|
116779
|
+
// spendingLevels: [
|
|
116780
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
116781
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
116782
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
116783
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
116784
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
116785
|
+
// ],
|
|
116786
|
+
// parent_id: xstrk_parent
|
|
116787
|
+
// },
|
|
116788
|
+
// {
|
|
116789
|
+
// address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
116790
|
+
// mainToken: vesuPrimeUSDC,
|
|
116791
|
+
// secondaryToken: xSTRK,
|
|
116792
|
+
// startDate: "03-APR-2026",
|
|
116793
|
+
// expiryDate: "30-JUN-2026",
|
|
116794
|
+
// id: `xstrk-yolo-30-jun-2026`,
|
|
116795
|
+
// priority: 50,
|
|
116796
|
+
// ...vaultCommonProperties,
|
|
116797
|
+
// spendingLevels: [
|
|
116798
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
116799
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
116800
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
116801
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
116802
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
116803
|
+
// ],
|
|
116804
|
+
// parent_id: xstrk_parent
|
|
116805
|
+
// }
|
|
116807
116806
|
];
|
|
116808
116807
|
var yoloRiskFactors = [];
|
|
116809
116808
|
var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
|
package/dist/index.browser.mjs
CHANGED
|
@@ -29343,7 +29343,6 @@ var vaultCommonProperties = {
|
|
|
29343
29343
|
]
|
|
29344
29344
|
};
|
|
29345
29345
|
var wbtc_parent = "wbtc-yolo";
|
|
29346
|
-
var xstrk_parent = "xstrk-yolo";
|
|
29347
29346
|
var yoloVaultsConfig = [
|
|
29348
29347
|
{
|
|
29349
29348
|
address: ContractAddr.from("0x018ccdff25a642e211f86ace35ba282ebdf342330319ead98cae37258bc9cce1"),
|
|
@@ -29355,54 +29354,54 @@ var yoloVaultsConfig = [
|
|
|
29355
29354
|
priority: 100,
|
|
29356
29355
|
...vaultCommonProperties,
|
|
29357
29356
|
parent_id: wbtc_parent
|
|
29358
|
-
},
|
|
29359
|
-
{
|
|
29360
|
-
address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
29361
|
-
mainToken: vesuPrimeUSDC,
|
|
29362
|
-
secondaryToken: xWBTC,
|
|
29363
|
-
startDate: "03-APR-2026",
|
|
29364
|
-
expiryDate: "31-MAY-2026",
|
|
29365
|
-
id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
29366
|
-
priority: 100,
|
|
29367
|
-
...vaultCommonProperties,
|
|
29368
|
-
parent_id: wbtc_parent
|
|
29369
|
-
},
|
|
29370
|
-
{
|
|
29371
|
-
address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
29372
|
-
mainToken: vesuPrimeUSDC,
|
|
29373
|
-
secondaryToken: xSTRK,
|
|
29374
|
-
startDate: "03-APR-2026",
|
|
29375
|
-
expiryDate: "31-MAR-2027",
|
|
29376
|
-
id: `xstrk-yolo-31-mar-2027`,
|
|
29377
|
-
priority: 50,
|
|
29378
|
-
...vaultCommonProperties,
|
|
29379
|
-
spendingLevels: [
|
|
29380
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29381
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29382
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29383
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29384
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
29385
|
-
],
|
|
29386
|
-
parent_id: xstrk_parent
|
|
29387
|
-
},
|
|
29388
|
-
{
|
|
29389
|
-
address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
29390
|
-
mainToken: vesuPrimeUSDC,
|
|
29391
|
-
secondaryToken: xSTRK,
|
|
29392
|
-
startDate: "03-APR-2026",
|
|
29393
|
-
expiryDate: "30-JUN-2026",
|
|
29394
|
-
id: `xstrk-yolo-30-jun-2026`,
|
|
29395
|
-
priority: 50,
|
|
29396
|
-
...vaultCommonProperties,
|
|
29397
|
-
spendingLevels: [
|
|
29398
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29399
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29400
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29401
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29402
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
29403
|
-
],
|
|
29404
|
-
parent_id: xstrk_parent
|
|
29405
29357
|
}
|
|
29358
|
+
// {
|
|
29359
|
+
// address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
29360
|
+
// mainToken: vesuPrimeUSDC,
|
|
29361
|
+
// secondaryToken: xWBTC,
|
|
29362
|
+
// startDate: "03-APR-2026",
|
|
29363
|
+
// expiryDate: "31-MAY-2026",
|
|
29364
|
+
// id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
29365
|
+
// priority: 100,
|
|
29366
|
+
// ...vaultCommonProperties,
|
|
29367
|
+
// parent_id: wbtc_parent
|
|
29368
|
+
// },
|
|
29369
|
+
// {
|
|
29370
|
+
// address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
29371
|
+
// mainToken: vesuPrimeUSDC,
|
|
29372
|
+
// secondaryToken: xSTRK,
|
|
29373
|
+
// startDate: "03-APR-2026",
|
|
29374
|
+
// expiryDate: "31-MAR-2027",
|
|
29375
|
+
// id: `xstrk-yolo-31-mar-2027`,
|
|
29376
|
+
// priority: 50,
|
|
29377
|
+
// ...vaultCommonProperties,
|
|
29378
|
+
// spendingLevels: [
|
|
29379
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29380
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29381
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29382
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29383
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
29384
|
+
// ],
|
|
29385
|
+
// parent_id: xstrk_parent
|
|
29386
|
+
// },
|
|
29387
|
+
// {
|
|
29388
|
+
// address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
29389
|
+
// mainToken: vesuPrimeUSDC,
|
|
29390
|
+
// secondaryToken: xSTRK,
|
|
29391
|
+
// startDate: "03-APR-2026",
|
|
29392
|
+
// expiryDate: "30-JUN-2026",
|
|
29393
|
+
// id: `xstrk-yolo-30-jun-2026`,
|
|
29394
|
+
// priority: 50,
|
|
29395
|
+
// ...vaultCommonProperties,
|
|
29396
|
+
// spendingLevels: [
|
|
29397
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29398
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29399
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29400
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29401
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
29402
|
+
// ],
|
|
29403
|
+
// parent_id: xstrk_parent
|
|
29404
|
+
// }
|
|
29406
29405
|
];
|
|
29407
29406
|
var yoloRiskFactors = [];
|
|
29408
29407
|
var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
|
package/dist/index.js
CHANGED
|
@@ -29483,7 +29483,6 @@ var vaultCommonProperties = {
|
|
|
29483
29483
|
]
|
|
29484
29484
|
};
|
|
29485
29485
|
var wbtc_parent = "wbtc-yolo";
|
|
29486
|
-
var xstrk_parent = "xstrk-yolo";
|
|
29487
29486
|
var yoloVaultsConfig = [
|
|
29488
29487
|
{
|
|
29489
29488
|
address: ContractAddr.from("0x018ccdff25a642e211f86ace35ba282ebdf342330319ead98cae37258bc9cce1"),
|
|
@@ -29495,54 +29494,54 @@ var yoloVaultsConfig = [
|
|
|
29495
29494
|
priority: 100,
|
|
29496
29495
|
...vaultCommonProperties,
|
|
29497
29496
|
parent_id: wbtc_parent
|
|
29498
|
-
},
|
|
29499
|
-
{
|
|
29500
|
-
address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
29501
|
-
mainToken: vesuPrimeUSDC,
|
|
29502
|
-
secondaryToken: xWBTC,
|
|
29503
|
-
startDate: "03-APR-2026",
|
|
29504
|
-
expiryDate: "31-MAY-2026",
|
|
29505
|
-
id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
29506
|
-
priority: 100,
|
|
29507
|
-
...vaultCommonProperties,
|
|
29508
|
-
parent_id: wbtc_parent
|
|
29509
|
-
},
|
|
29510
|
-
{
|
|
29511
|
-
address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
29512
|
-
mainToken: vesuPrimeUSDC,
|
|
29513
|
-
secondaryToken: xSTRK,
|
|
29514
|
-
startDate: "03-APR-2026",
|
|
29515
|
-
expiryDate: "31-MAR-2027",
|
|
29516
|
-
id: `xstrk-yolo-31-mar-2027`,
|
|
29517
|
-
priority: 50,
|
|
29518
|
-
...vaultCommonProperties,
|
|
29519
|
-
spendingLevels: [
|
|
29520
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29521
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29522
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29523
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29524
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
29525
|
-
],
|
|
29526
|
-
parent_id: xstrk_parent
|
|
29527
|
-
},
|
|
29528
|
-
{
|
|
29529
|
-
address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
29530
|
-
mainToken: vesuPrimeUSDC,
|
|
29531
|
-
secondaryToken: xSTRK,
|
|
29532
|
-
startDate: "03-APR-2026",
|
|
29533
|
-
expiryDate: "30-JUN-2026",
|
|
29534
|
-
id: `xstrk-yolo-30-jun-2026`,
|
|
29535
|
-
priority: 50,
|
|
29536
|
-
...vaultCommonProperties,
|
|
29537
|
-
spendingLevels: [
|
|
29538
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29539
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29540
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29541
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29542
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
29543
|
-
],
|
|
29544
|
-
parent_id: xstrk_parent
|
|
29545
29497
|
}
|
|
29498
|
+
// {
|
|
29499
|
+
// address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
29500
|
+
// mainToken: vesuPrimeUSDC,
|
|
29501
|
+
// secondaryToken: xWBTC,
|
|
29502
|
+
// startDate: "03-APR-2026",
|
|
29503
|
+
// expiryDate: "31-MAY-2026",
|
|
29504
|
+
// id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
29505
|
+
// priority: 100,
|
|
29506
|
+
// ...vaultCommonProperties,
|
|
29507
|
+
// parent_id: wbtc_parent
|
|
29508
|
+
// },
|
|
29509
|
+
// {
|
|
29510
|
+
// address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
29511
|
+
// mainToken: vesuPrimeUSDC,
|
|
29512
|
+
// secondaryToken: xSTRK,
|
|
29513
|
+
// startDate: "03-APR-2026",
|
|
29514
|
+
// expiryDate: "31-MAR-2027",
|
|
29515
|
+
// id: `xstrk-yolo-31-mar-2027`,
|
|
29516
|
+
// priority: 50,
|
|
29517
|
+
// ...vaultCommonProperties,
|
|
29518
|
+
// spendingLevels: [
|
|
29519
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29520
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29521
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29522
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29523
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
29524
|
+
// ],
|
|
29525
|
+
// parent_id: xstrk_parent
|
|
29526
|
+
// },
|
|
29527
|
+
// {
|
|
29528
|
+
// address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
29529
|
+
// mainToken: vesuPrimeUSDC,
|
|
29530
|
+
// secondaryToken: xSTRK,
|
|
29531
|
+
// startDate: "03-APR-2026",
|
|
29532
|
+
// expiryDate: "30-JUN-2026",
|
|
29533
|
+
// id: `xstrk-yolo-30-jun-2026`,
|
|
29534
|
+
// priority: 50,
|
|
29535
|
+
// ...vaultCommonProperties,
|
|
29536
|
+
// spendingLevels: [
|
|
29537
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29538
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29539
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29540
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29541
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
29542
|
+
// ],
|
|
29543
|
+
// parent_id: xstrk_parent
|
|
29544
|
+
// }
|
|
29546
29545
|
];
|
|
29547
29546
|
var yoloRiskFactors = [];
|
|
29548
29547
|
var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
|
package/dist/index.mjs
CHANGED
|
@@ -29348,7 +29348,6 @@ var vaultCommonProperties = {
|
|
|
29348
29348
|
]
|
|
29349
29349
|
};
|
|
29350
29350
|
var wbtc_parent = "wbtc-yolo";
|
|
29351
|
-
var xstrk_parent = "xstrk-yolo";
|
|
29352
29351
|
var yoloVaultsConfig = [
|
|
29353
29352
|
{
|
|
29354
29353
|
address: ContractAddr.from("0x018ccdff25a642e211f86ace35ba282ebdf342330319ead98cae37258bc9cce1"),
|
|
@@ -29360,54 +29359,54 @@ var yoloVaultsConfig = [
|
|
|
29360
29359
|
priority: 100,
|
|
29361
29360
|
...vaultCommonProperties,
|
|
29362
29361
|
parent_id: wbtc_parent
|
|
29363
|
-
},
|
|
29364
|
-
{
|
|
29365
|
-
address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
29366
|
-
mainToken: vesuPrimeUSDC,
|
|
29367
|
-
secondaryToken: xWBTC,
|
|
29368
|
-
startDate: "03-APR-2026",
|
|
29369
|
-
expiryDate: "31-MAY-2026",
|
|
29370
|
-
id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
29371
|
-
priority: 100,
|
|
29372
|
-
...vaultCommonProperties,
|
|
29373
|
-
parent_id: wbtc_parent
|
|
29374
|
-
},
|
|
29375
|
-
{
|
|
29376
|
-
address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
29377
|
-
mainToken: vesuPrimeUSDC,
|
|
29378
|
-
secondaryToken: xSTRK,
|
|
29379
|
-
startDate: "03-APR-2026",
|
|
29380
|
-
expiryDate: "31-MAR-2027",
|
|
29381
|
-
id: `xstrk-yolo-31-mar-2027`,
|
|
29382
|
-
priority: 50,
|
|
29383
|
-
...vaultCommonProperties,
|
|
29384
|
-
spendingLevels: [
|
|
29385
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29386
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29387
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29388
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29389
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
29390
|
-
],
|
|
29391
|
-
parent_id: xstrk_parent
|
|
29392
|
-
},
|
|
29393
|
-
{
|
|
29394
|
-
address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
29395
|
-
mainToken: vesuPrimeUSDC,
|
|
29396
|
-
secondaryToken: xSTRK,
|
|
29397
|
-
startDate: "03-APR-2026",
|
|
29398
|
-
expiryDate: "30-JUN-2026",
|
|
29399
|
-
id: `xstrk-yolo-30-jun-2026`,
|
|
29400
|
-
priority: 50,
|
|
29401
|
-
...vaultCommonProperties,
|
|
29402
|
-
spendingLevels: [
|
|
29403
|
-
{ minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29404
|
-
{ minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29405
|
-
{ minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29406
|
-
{ minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29407
|
-
{ maxPrice: 0.025, spendPercent: 500 }
|
|
29408
|
-
],
|
|
29409
|
-
parent_id: xstrk_parent
|
|
29410
29362
|
}
|
|
29363
|
+
// {
|
|
29364
|
+
// address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
29365
|
+
// mainToken: vesuPrimeUSDC,
|
|
29366
|
+
// secondaryToken: xWBTC,
|
|
29367
|
+
// startDate: "03-APR-2026",
|
|
29368
|
+
// expiryDate: "31-MAY-2026",
|
|
29369
|
+
// id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
29370
|
+
// priority: 100,
|
|
29371
|
+
// ...vaultCommonProperties,
|
|
29372
|
+
// parent_id: wbtc_parent
|
|
29373
|
+
// },
|
|
29374
|
+
// {
|
|
29375
|
+
// address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
29376
|
+
// mainToken: vesuPrimeUSDC,
|
|
29377
|
+
// secondaryToken: xSTRK,
|
|
29378
|
+
// startDate: "03-APR-2026",
|
|
29379
|
+
// expiryDate: "31-MAR-2027",
|
|
29380
|
+
// id: `xstrk-yolo-31-mar-2027`,
|
|
29381
|
+
// priority: 50,
|
|
29382
|
+
// ...vaultCommonProperties,
|
|
29383
|
+
// spendingLevels: [
|
|
29384
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29385
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29386
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29387
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29388
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
29389
|
+
// ],
|
|
29390
|
+
// parent_id: xstrk_parent
|
|
29391
|
+
// },
|
|
29392
|
+
// {
|
|
29393
|
+
// address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
29394
|
+
// mainToken: vesuPrimeUSDC,
|
|
29395
|
+
// secondaryToken: xSTRK,
|
|
29396
|
+
// startDate: "03-APR-2026",
|
|
29397
|
+
// expiryDate: "30-JUN-2026",
|
|
29398
|
+
// id: `xstrk-yolo-30-jun-2026`,
|
|
29399
|
+
// priority: 50,
|
|
29400
|
+
// ...vaultCommonProperties,
|
|
29401
|
+
// spendingLevels: [
|
|
29402
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
29403
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
29404
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
29405
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
29406
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
29407
|
+
// ],
|
|
29408
|
+
// parent_id: xstrk_parent
|
|
29409
|
+
// }
|
|
29411
29410
|
];
|
|
29412
29411
|
var yoloRiskFactors = [];
|
|
29413
29412
|
var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
|
package/package.json
CHANGED
|
@@ -922,53 +922,53 @@ const yoloVaultsConfig:YoloVaultStrategyConfig[] = [
|
|
|
922
922
|
...vaultCommonProperties,
|
|
923
923
|
parent_id: wbtc_parent,
|
|
924
924
|
},
|
|
925
|
-
{
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
}
|
|
925
|
+
// {
|
|
926
|
+
// address: ContractAddr.from("0x3381380c6cca17c2a20e1167a362d5b939e392311cbcdf2016f9c7c7a23a801"),
|
|
927
|
+
// mainToken: vesuPrimeUSDC,
|
|
928
|
+
// secondaryToken: xWBTC,
|
|
929
|
+
// startDate: "03-APR-2026",
|
|
930
|
+
// expiryDate: "31-MAY-2026",
|
|
931
|
+
// id: `vusdc-xwbct-yolo-31-may-2026`,
|
|
932
|
+
// priority: 100,
|
|
933
|
+
// ...vaultCommonProperties,
|
|
934
|
+
// parent_id: wbtc_parent
|
|
935
|
+
// },
|
|
936
|
+
// {
|
|
937
|
+
// address: ContractAddr.from("0x60c8466549a8e51eed0e8c38243fdb57d173c96cfdd4375b49ad1e338ff893"),
|
|
938
|
+
// mainToken: vesuPrimeUSDC,
|
|
939
|
+
// secondaryToken: xSTRK,
|
|
940
|
+
// startDate: "03-APR-2026",
|
|
941
|
+
// expiryDate: "31-MAR-2027",
|
|
942
|
+
// id: `xstrk-yolo-31-mar-2027`,
|
|
943
|
+
// priority: 50,
|
|
944
|
+
// ...vaultCommonProperties,
|
|
945
|
+
// spendingLevels: [
|
|
946
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
947
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
948
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
949
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
950
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
951
|
+
// ],
|
|
952
|
+
// parent_id: xstrk_parent
|
|
953
|
+
// },
|
|
954
|
+
// {
|
|
955
|
+
// address: ContractAddr.from("0x62499970196772c18ccf1da09910ece11d85d5df3e8f6d6e41b4d158fcb8e79"),
|
|
956
|
+
// mainToken: vesuPrimeUSDC,
|
|
957
|
+
// secondaryToken: xSTRK,
|
|
958
|
+
// startDate: "03-APR-2026",
|
|
959
|
+
// expiryDate: "30-JUN-2026",
|
|
960
|
+
// id: `xstrk-yolo-30-jun-2026`,
|
|
961
|
+
// priority: 50,
|
|
962
|
+
// ...vaultCommonProperties,
|
|
963
|
+
// spendingLevels: [
|
|
964
|
+
// { minPrice: 0.07, maxPrice: 0.1, spendPercent: 50 },
|
|
965
|
+
// { minPrice: 0.06, maxPrice: 0.07, spendPercent: 70 },
|
|
966
|
+
// { minPrice: 0.04, maxPrice: 0.06, spendPercent: 100 },
|
|
967
|
+
// { minPrice: 0.025, maxPrice: 0.04, spendPercent: 250 },
|
|
968
|
+
// { maxPrice: 0.025, spendPercent: 500 },
|
|
969
|
+
// ],
|
|
970
|
+
// parent_id: xstrk_parent
|
|
971
|
+
// }
|
|
972
972
|
]
|
|
973
973
|
|
|
974
974
|
// Risk factors intentionally left unrated for this strategy for now.
|