dactyclaw 1.4.2 → 1.4.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/bin/dactyclaw.js +1 -2
  2. package/package.json +1 -1
package/bin/dactyclaw.js CHANGED
@@ -130,8 +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: { pairedToken: "WETH", positions: ROOT_POS_V4.Standard },
134
- vault: { percentage: 0, lockupDuration: 604800 }
133
+ pool: { pairedToken: "WETH", initialMarketCap: "0.2", positions: ROOT_POS_V4.Standard }
135
134
  };
136
135
 
137
136
  console.log(`[1/3] Compiling Factory Payload...`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dactyclaw",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "**Agent Monitor & Deployer for Clawn Ecosystem on Base**",
5
5
  "main": "proxy.js",
6
6
  "bin": {