You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -293,7 +300,7 @@ directly to its operator's wallet; the host just runs the routing.
293
300
|`CLIENT_PRIVATE_KEY environment variable is required`|`.env` not created or pasted in the wrong directory |`cp .env.example .env` inside `apps/trove-advisor/`; fill in both `CLIENT_PRIVATE_KEY` and `ANTHROPIC_API_KEY`|
294
301
|`invalid_transaction_state` in the `PAYMENT-RESPONSE` header | Transient Mezo testnet facilitator flake (Permit2 warmup on the first call per fresh signer session) | The agent retries up to 4 times with backoff. If it still fails, check `curl https://facilitator.vativ.io/health` and rerun |
295
302
|`WARNING: mUSD not approved for Permit2`| Account A has not granted Permit2 allowance on MUSD | Apply [Demo 1 Step 1](./agentic-joke-buyer/#step-1-one-time-permit2-approval)|
296
-
|`does not provide an export named 'DEFAULT_STABLECOINS'`|`pnpm.overrides` is not forcing `@x402/evm`through the preview tarball | Confirm the `pnpm.overrides` block is present and points at `2.10.0-mezo.7` (Demo 2's tarball is one patch ahead of Demo 1's `mezo.6`); then `pnpm install`|
303
+
|`does not provide an export named 'DEFAULT_STABLECOINS'`|`@x402/evm`resolved to a pre-`2.11.0` version through a transitive dependency | Apply the `^2.11.0` pin from [Quickstart Step 6](./x402-quickstart/#step-6-apply-library-overrides); then `pnpm install`|
297
304
|`Error: Unsupported chain ID: 31611`|`viem` doesn't know Mezo Testnet | Upgrade `viem` to `2.47.10+` (the lock file pins `2.47.12`; a stale lockfile elsewhere can pull an old copy) |
298
305
|`401` from Anthropic in the agent log |`ANTHROPIC_API_KEY` missing, invalid, or out of credit | Regenerate at [console.anthropic.com](https://console.anthropic.com); confirm the `sk-ant-…` prefix |
299
306
| Agent calls `get_liquidation_queue` with `limit: 5` and server returns 2 rows | On-chain `SortedTroves` currently has fewer than `limit` troves | Expected — settlement is reduced via `Settlement-Overrides`; no error |
0 commit comments