@zyfai/sdk 0.2.2 → 0.2.3
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/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -665,7 +665,7 @@ All examples are available in the `examples/` directory:
|
|
|
665
665
|
|
|
666
666
|
### Opportunities & Rebalancing
|
|
667
667
|
|
|
668
|
-
18. **`get-opportunities.ts`** - Get
|
|
668
|
+
18. **`get-opportunities.ts`** - Get conservative and aggressive yield opportunities
|
|
669
669
|
19. **`get-rebalance-info.ts`** - Get rebalance events and frequency tier
|
|
670
670
|
|
|
671
671
|
### Premium Features
|
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zyfai/sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "TypeScript SDK for Zyfai Yield Optimization Engine - Deploy Safe smart wallets, manage session keys, and interact with DeFi protocols",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|