Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"tailwindcss": "^4.2.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"viem": "^2.47.16",
"viem": "^2.47.18",
"vocs": "https://pkg.pr.new/wevm/vocs@2fb25c2",
"wagmi": "^3.6.1",
"waku": "1.0.0-alpha.4",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions src/pages/sdk/foundry/mpp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ Fund your testnet wallet with `tempo wallet fund` before making requests.
| `tempo: command not found` | Tempo CLI not installed | Run `curl -fsSL https://tempo.xyz/install \| bash` |
| `no supported MPP challenge` | Missing wallet key or wrong chain/currency | Run `tempo wallet login` or check `keys.toml` |
| `410 Gone` | Stale local channel state | Re-run the command — Foundry clears stale state and opens a fresh channel |
| `access key does not exist` | Signing key not yet provisioned on-chain | Foundry retries automatically with a key provisioning bundle — no action needed |

## Next steps

Expand All @@ -248,10 +249,7 @@ Fund your testnet wallet with `tempo wallet fund` before making requests.
/>
<Card
icon="lucide:repeat"
| `tempo: command not found` | Tempo CLI not installed | Run `curl -fsSL https://tempo.xyz/install \| bash` |
| `no supported MPP challenge` | Missing wallet key or wrong chain/currency | Run `tempo wallet login` or check `keys.toml` |
| `410 Gone` | Stale local channel state | Foundry clears local state and returns an error — re-run the command to open a fresh channel |
| `access key does not exist` | Signing key not yet provisioned on-chain | Foundry retries automatically with a key provisioning bundle — no action needed |
title="Pay-as-you-go"
description="Session-based billing with off-chain vouchers"
to="/guide/machine-payments/pay-as-you-go"
/>
Expand Down
Loading