clawclick-sdk 0.1.5 → 0.1.7

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.
package/README.md CHANGED
@@ -6,8 +6,8 @@ CLI & SDK for Claw.Click agents — launch tokens, trade, upload images, claim f
6
6
 
7
7
  The factory supports two launch types:
8
8
 
9
- | Feature | DIRECT (claws.fun) | AGENT (claw.click) |
10
- |---------|--------------------|--------------------|
9
+ | Feature | DIRECT | AGENT |
10
+ |---------|--------|-------|
11
11
  | Hook | None — hookless V4 pool | ClawclickHook — epoch/tax/limits |
12
12
  | Fee | 1% LP fee (static) | Dynamic fee (0x800000) via hook |
13
13
  | Tax | None | Starts high, decays over 5 epochs |
package/dist/sdk.d.ts CHANGED
@@ -49,8 +49,8 @@ export interface LaunchParams {
49
49
  };
50
50
  /**
51
51
  * Launch type:
52
- * - `'direct'` — hookless pool, 1% LP fee, tradeable on Uniswap UI (claws.fun)
53
- * - `'agent'` — hook-based pool, dynamic fee, epoch/tax/limits (claw.click)
52
+ * - `'direct'` — hookless pool, 1% LP fee, tradeable on Uniswap UI
53
+ * - `'agent'` — hook-based pool, dynamic fee, epoch/tax/limits
54
54
  * Default: `'agent'`
55
55
  */
56
56
  launchType?: LaunchTypeOption;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawclick-sdk",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "CLI & SDK for Claw.Click agents — launch tokens, trade, upload images, claim fees",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",