@strkfarm/sdk 2.0.0-staging.48 → 2.0.0-staging.49
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 +2 -1
- package/dist/index.browser.mjs +2 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
- package/src/strategies/yoloVault.ts +1 -0
|
@@ -117772,7 +117772,8 @@ spurious results.`);
|
|
|
117772
117772
|
launchBlock: 0,
|
|
117773
117773
|
type: "Other",
|
|
117774
117774
|
depositTokens: [
|
|
117775
|
-
usdc
|
|
117775
|
+
usdc,
|
|
117776
|
+
yoloConfig.secondaryToken
|
|
117776
117777
|
],
|
|
117777
117778
|
protocols: [],
|
|
117778
117779
|
risk: {
|
package/dist/index.browser.mjs
CHANGED
|
@@ -30564,7 +30564,8 @@ var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
|
|
|
30564
30564
|
launchBlock: 0,
|
|
30565
30565
|
type: "Other",
|
|
30566
30566
|
depositTokens: [
|
|
30567
|
-
usdc
|
|
30567
|
+
usdc,
|
|
30568
|
+
yoloConfig.secondaryToken
|
|
30568
30569
|
],
|
|
30569
30570
|
protocols: [],
|
|
30570
30571
|
risk: {
|
package/dist/index.js
CHANGED
|
@@ -30704,7 +30704,8 @@ var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
|
|
|
30704
30704
|
launchBlock: 0,
|
|
30705
30705
|
type: "Other",
|
|
30706
30706
|
depositTokens: [
|
|
30707
|
-
usdc
|
|
30707
|
+
usdc,
|
|
30708
|
+
yoloConfig.secondaryToken
|
|
30708
30709
|
],
|
|
30709
30710
|
protocols: [],
|
|
30710
30711
|
risk: {
|
package/dist/index.mjs
CHANGED
|
@@ -30569,7 +30569,8 @@ var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
|
|
|
30569
30569
|
launchBlock: 0,
|
|
30570
30570
|
type: "Other",
|
|
30571
30571
|
depositTokens: [
|
|
30572
|
-
usdc
|
|
30572
|
+
usdc,
|
|
30573
|
+
yoloConfig.secondaryToken
|
|
30573
30574
|
],
|
|
30574
30575
|
protocols: [],
|
|
30575
30576
|
risk: {
|
package/package.json
CHANGED