From db97f9561d431be4732ec6a238f0e34c6af412c8 Mon Sep 17 00:00:00 2001 From: Morty Date: Tue, 3 Dec 2024 15:19:34 +0800 Subject: [PATCH] update sdk launch prover docs --- src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx b/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx index 092ab50b..ef1d3201 100644 --- a/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx +++ b/src/content/docs/en/sdk/guides/digital-ocean-alt-gas-token.mdx @@ -542,7 +542,7 @@ Some services do not support this without additional configurations (for example The Scroll team has been collaborating closely with teams specializing in proof generation to enable plug-and-play proof generation for SDK networks. -In this example, we'll use a sample chart from the `sindri-scroll-sdk` repo to generate proofs with [Sindri](https://sindri.app/docs/introduction/). For more, you can check out [here]https://docs.scroll.io/en/sdk/technical-stack/proof-generation/#outsourcing-proof-generation-to-external-service-providers) +In this example, we'll use a sample chart from the `sindri-scroll-sdk` repo to generate proofs with [Sindri](https://sindri.app/docs/introduction/). For more proof generation providers, please check out [here](https://docs.scroll.io/en/sdk/technical-stack/proof-generation/#outsourcing-proof-generation-to-external-service-providers) Because this feature is not directly built into the Scroll SDK, there will be quite a bit of copy-pasting.