@blockrun/clawrouter 0.11.14 → 0.12.1

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
@@ -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 | 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 |
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