@strkfarm/sdk 1.0.26 → 1.0.28
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/cli.js +2 -0
- package/dist/cli.mjs +2 -0
- package/dist/index.browser.global.js +9969 -17540
- package/dist/index.browser.mjs +11 -4
- package/dist/index.js +11 -4
- package/dist/index.mjs +11 -4
- package/package.json +1 -1
- package/src/strategies/vesu-rebalance.ts +11 -4
package/dist/cli.js
CHANGED
|
@@ -574,6 +574,7 @@ var VesuRebalanceStrategies = [{
|
|
|
574
574
|
address: ContractAddr.from("0x115e94e722cfc4c77a2f15c4aefb0928c1c0029e5a57570df24c650cb7cec2c"),
|
|
575
575
|
type: "ERC4626",
|
|
576
576
|
depositTokens: [Global.getDefaultTokens().find((t) => t.symbol === "USDT")],
|
|
577
|
+
auditUrl: AUDIT_URL,
|
|
577
578
|
protocols: [_protocol],
|
|
578
579
|
maxTVL: Web3Number.fromWei("0", 6),
|
|
579
580
|
risk: {
|
|
@@ -590,6 +591,7 @@ var VesuRebalanceStrategies = [{
|
|
|
590
591
|
// address: ContractAddr.from('0x778007f8136a5b827325d21613803e796bda4d676fbe1e34aeab0b2a2ec027f'),
|
|
591
592
|
// type: 'ERC4626',
|
|
592
593
|
// depositTokens: [Global.getDefaultTokens().find(t => t.symbol === 'WBTC')!],
|
|
594
|
+
// auditUrl: AUDIT_URL,
|
|
593
595
|
// protocols: [_protocol],
|
|
594
596
|
// maxTVL: Web3Number.fromWei('0', 8),
|
|
595
597
|
// risk: {
|
package/dist/cli.mjs
CHANGED
|
@@ -551,6 +551,7 @@ var VesuRebalanceStrategies = [{
|
|
|
551
551
|
address: ContractAddr.from("0x115e94e722cfc4c77a2f15c4aefb0928c1c0029e5a57570df24c650cb7cec2c"),
|
|
552
552
|
type: "ERC4626",
|
|
553
553
|
depositTokens: [Global.getDefaultTokens().find((t) => t.symbol === "USDT")],
|
|
554
|
+
auditUrl: AUDIT_URL,
|
|
554
555
|
protocols: [_protocol],
|
|
555
556
|
maxTVL: Web3Number.fromWei("0", 6),
|
|
556
557
|
risk: {
|
|
@@ -567,6 +568,7 @@ var VesuRebalanceStrategies = [{
|
|
|
567
568
|
// address: ContractAddr.from('0x778007f8136a5b827325d21613803e796bda4d676fbe1e34aeab0b2a2ec027f'),
|
|
568
569
|
// type: 'ERC4626',
|
|
569
570
|
// depositTokens: [Global.getDefaultTokens().find(t => t.symbol === 'WBTC')!],
|
|
571
|
+
// auditUrl: AUDIT_URL,
|
|
570
572
|
// protocols: [_protocol],
|
|
571
573
|
// maxTVL: Web3Number.fromWei('0', 8),
|
|
572
574
|
// risk: {
|