@zyfai/sdk 0.1.22 → 0.1.23

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ pnpm add @zyfai/sdk viem
29
29
  2. **Bundler API Key**: Required for Safe deployment. Get it from:
30
30
  - [Pimlico](https://www.pimlico.io/) (Recommended)
31
31
 
32
- **Get your API key from [ZyFAI Dashboard](https://app.zyf.ai)**
32
+ **Get your API key from [ZyFAI Dashboard](https://sdk.zyf.ai)**
33
33
 
34
34
  ## Quick Start
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyfai/sdk",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
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",