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
Copy file name to clipboardExpand all lines: docs/running-an-mpc-node-in-tdx-external-guide.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -838,7 +838,6 @@ You need your own API keys:
838
838
> **Important:**
839
839
>
840
840
> * The placeholder string in `rpc_url` must exactly match the `placeholder` value (case-sensitive). Do not embed an API key directly in `rpc_url` without `kind = "path"` — it will be logged in plain text on policy mismatch errors.
841
-
> * **Sui is different from the other chains:** the node talks to Sui over gRPC, so API keys cannot go in the URL — only header auth (or none) works. Alchemy takes the key as an `Authorization: Bearer` header, QuickNode as an `x-token` header on port `9000`. Use the exact auth blocks below.
842
841
> * Before deploying, verify your config with the [foreign-chain config tester](../crates/foreign-chain-config-tester/README.md): `cargo run -p foreign-chain-config-tester -- --config user-config.toml --network testnet` (or `--network mainnet`). It checks every provider with the same client code the node uses.
843
842
844
843
Replace the `YOUR_*` placeholders with your actual keys and `YOUR-SLUG` with your QuickNode endpoint name.
0 commit comments