@blockrun/clawrouter 0.11.14 → 0.12.0
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 +6 -6
- package/dist/cli.js +619 -47
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +51 -3
- package/dist/index.js +965 -41
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -225,12 +225,12 @@ USDC stays in your wallet until spent - non-custodial. Price is visible in the 4
|
|
|
225
225
|
|
|
226
226
|
For basic usage, no configuration needed. For advanced options:
|
|
227
227
|
|
|
228
|
-
| Variable | Default
|
|
229
|
-
| --------------------------- |
|
|
230
|
-
| `BLOCKRUN_WALLET_KEY` | auto-generated
|
|
231
|
-
| `BLOCKRUN_PROXY_PORT` | `8402`
|
|
232
|
-
| `CLAWROUTER_DISABLED` | `false`
|
|
233
|
-
| `CLAWROUTER_SOLANA_RPC_URL` | `https://api.mainnet-beta.solana.com
|
|
228
|
+
| Variable | Default | Description |
|
|
229
|
+
| --------------------------- | ------------------------------------- | ----------------------- |
|
|
230
|
+
| `BLOCKRUN_WALLET_KEY` | auto-generated | Your wallet private key |
|
|
231
|
+
| `BLOCKRUN_PROXY_PORT` | `8402` | Local proxy port |
|
|
232
|
+
| `CLAWROUTER_DISABLED` | `false` | Disable smart routing |
|
|
233
|
+
| `CLAWROUTER_SOLANA_RPC_URL` | `https://api.mainnet-beta.solana.com` | Solana RPC endpoint |
|
|
234
234
|
|
|
235
235
|
**Full reference:** [docs/configuration.md](docs/configuration.md)
|
|
236
236
|
|