@byreal-io/byreal-cli-realclaw 0.3.10 → 0.3.12

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 (3) hide show
  1. package/README.md +2 -0
  2. package/dist/index.cjs +2737 -360
  3. package/package.json +4 -3
package/README.md CHANGED
@@ -32,6 +32,7 @@ npm install -g @byreal-io/byreal-cli-realclaw
32
32
  - **Jupiter** — Swap tokens via Jupiter aggregator, get token prices.
33
33
  - **Kamino** — Deposit and withdraw tokens on Kamino Lend for idle yield.
34
34
  - **Rent Reclaim** — Close empty SPL token accounts to recover SOL rent.
35
+ - **DFlow** — Swap tokens via DFlow order-flow aggregator with MEV protection.
35
36
  - **Token Sweep** — Consolidate dust tokens into USDC (or any target) via Jupiter swap + rent reclaim.
36
37
  - **Config** — Configure RPC URL, slippage tolerance, priority fees.
37
38
 
@@ -91,6 +92,7 @@ All commands support `-o json` for structured output.
91
92
  | `kamino status` | View Kamino lending positions and yield |
92
93
  | `rent reclaim` | Close empty token accounts to recover SOL rent |
93
94
  | `sweep execute` | Consolidate dust tokens into target token |
95
+ | `dflow swap` | Swap tokens via DFlow order-flow aggregator |
94
96
  | `update check` | Check for CLI updates |
95
97
 
96
98
  ## Update