dactyclaw 1.4.1 → 1.4.2

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/bin/dactyclaw.js +1 -1
  2. package/package.json +1 -1
package/bin/dactyclaw.js CHANGED
@@ -130,7 +130,7 @@ program
130
130
  image: "ipfs://bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi",
131
131
  metadata: { description: description || "Deployed via Dactyclaw Seamless CLI", socialMediaUrls: [], auditUrls: [] },
132
132
  context: { interface: "Dactyl", platform: "Dactyl", messageId: dnaId, id: ticker },
133
- pool: { quoteToken: "0x4200000000000000000000000000000000000006", initialMarketCap: "0.2", positions: ROOT_POS_V4.Standard },
133
+ pool: { pairedToken: "WETH", positions: ROOT_POS_V4.Standard },
134
134
  vault: { percentage: 0, lockupDuration: 604800 }
135
135
  };
136
136
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dactyclaw",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "**Agent Monitor & Deployer for Clawn Ecosystem on Base**",
5
5
  "main": "proxy.js",
6
6
  "bin": {