cronos-agent-wallet 1.3.2 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,7 +63,7 @@ const CONFIG = {
63
63
  chainId: 338,
64
64
  usdc: "0xc01...", // USDC contract address
65
65
  limits: { daily: 10, perTx: 1 },
66
- analyticsUrl: "https://your-analytics.com/api" // Optional logging
66
+ analyticsUrl: "https://cronos-x-402.onrender.com/api/analytics" // Optional logging
67
67
  };
68
68
 
69
69
  async function main() {
@@ -90,7 +90,7 @@ async function main() {
90
90
  method: "POST",
91
91
  body: { prompt: "Hello World" }
92
92
  });
93
- });
93
+
94
94
 
95
95
  console.log("Success:", response);
96
96
  } catch (err: any) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cronos-agent-wallet",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [