@zyfai/sdk 0.1.0 → 0.1.1

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 +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -58,10 +58,10 @@ const sdk = new ZyfaiSDK({
58
58
 
59
59
  **API Endpoints by Environment:**
60
60
 
61
- | Environment | Execution API | Data API |
62
- | ------------ | ---------------------------- | --------------------------------- |
63
- | `production` | `https://api.zyf.ai` | `https://defi-api.zyf.ai` |
64
- | `staging` | `https://staging-api.zyf.ai` | `https://staging-defi-api.zyf.ai` |
61
+ | Environment | Execution API | Data API |
62
+ | ------------ | ---------------------------- | -------------------------------- |
63
+ | `production` | `https://api.zyf.ai` | `https://defiapi.zyf.ai` |
64
+ | `staging` | `https://staging-api.zyf.ai` | `https://staging-defiapi.zyf.ai` |
65
65
 
66
66
  ### Connect Account
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyfai/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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",
@@ -51,11 +51,11 @@
51
51
  "license": "MIT",
52
52
  "homepage": "https://zyf.ai",
53
53
  "bugs": {
54
- "url": "https://github.com/zyfai/zyfai-sdk/issues"
54
+ "url": "https://github.com/ondefy/zyfai-sdk/issues"
55
55
  },
56
56
  "repository": {
57
57
  "type": "git",
58
- "url": "git+https://github.com/zyfai/zyfai-sdk.git"
58
+ "url": "git+https://github.com/ondefy/zyfai-sdk.git"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=18.0.0"