diff --git a/src/content/docs/en/sdk/index.mdx b/src/content/docs/en/sdk/index.mdx index f6d4bbf7..c12cf8c4 100644 --- a/src/content/docs/en/sdk/index.mdx +++ b/src/content/docs/en/sdk/index.mdx @@ -17,6 +17,8 @@ import Aside from "../../../../components/Aside.astro" Scroll SDK allows anyone to quickly deploy an instance of the Scroll zkEVM and its rollup architecture for deploying an L2 on Ethereum. +For an introduction on why, and how it fits into our broader multichain vision, read [Scroll SDK & Gadgets: Building the Foundation for Ethereum's Multichain Future](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future). + We're working with a number of clients, technology parters, and service providers to build the most robust ZK stack for Ethereum. If you want to dive deeper and try launching your own L2, keep reading and check out the additional resources. diff --git a/src/content/docs/en/sdk/sdk-faq.mdx b/src/content/docs/en/sdk/sdk-faq.mdx index e4262dbe..e1913e0f 100644 --- a/src/content/docs/en/sdk/sdk-faq.mdx +++ b/src/content/docs/en/sdk/sdk-faq.mdx @@ -26,17 +26,7 @@ In the default testnet configuration, the contracts deployed to L1 allow the `ro The rollup-node is configured to submit these after a "timeout" period if the service does not receive a valid proof. This mode doesn't require a literal "mock prover" service — if fact, even the `coordinator`, the service which typically assigns works to provers and verifies proofs before storing them for the rollup-node, is not required to run. -The suggested testnet timeout for this finalization is 3600 seconds, to approximate mainnet finalization latency. To alter this behavior in Scroll SDK, set the following variables in `config.toml`: - -```toml -[rollup] -TEST_ENV_MOCK_FINALIZE_ENABLED = true -TEST_ENV_MOCK_FINALIZE_TIMEOUT_SEC = 3600 -``` - -These values affect the version of the contracts deployed and the config values for the `rollup-node` service. - -{/* TODO: The technical components above should be moved into the operating guide docs for provers, and we just answer the question above and link to specifics there. */} +The suggested testnet timeout for this finalization is 3600 seconds, to approximate mainnet's finalization latency. To alter this behavior in Scroll SDK or learn more, see [Mock Finalization](/en/sdk/technical-stack/proof-generation#mock-finalization). ### Is Kubernetes a requirement? Do you support docker-compose, ansible, etc? diff --git a/src/content/docs/en/sdk/technical-stack/integrations.mdx b/src/content/docs/en/sdk/technical-stack/integrations.mdx index 95cdb23a..795aef55 100644 --- a/src/content/docs/en/sdk/technical-stack/integrations.mdx +++ b/src/content/docs/en/sdk/technical-stack/integrations.mdx @@ -8,15 +8,17 @@ excerpt: "An look at those building with Scroll SDK" import Aside from "../../../../../components/Aside.astro" -Scroll is collaborating with a number of projects to integrate their technologies with Scroll SDK. This article should help you understand additional tools and services available to chain operators. +Scroll is collaborating with a number of projects to integrate their technologies with Scroll SDK. + +We'll continue to expand this list as we onboard more partners, but the best place to see our launch collaborators is on the [Scroll SDK Launch Announcement](https://scroll.io/blog/scroll-sdk-and-gadgets-building-the-foundation-for-ethereums-multichain-future). {/* TODO: Check list and add links */} -## Rollup-As-A-Service Providers +{/* ## Rollup-As-A-Service Providers - AltLayer -{/* - Gateway.fm */} +- Gateway.fm +- Zeeve - Unifra -{/* - Caldera */} ## Prover Partners @@ -24,14 +26,15 @@ A number of companies are providing proof generation services for Scroll SDK. Fo - Sindri - Snarkify -{/* - Gevulot */} -{/* - Cystic */} +- Soon: + - Gevulot + - Cystic ## Block Explorers - Blockscout +- Dora {/* - L2Scan */} -{/* - Dora */} {/* - Socialscan */} ## Indexers @@ -42,4 +45,6 @@ A number of companies are providing proof generation services for Scroll SDK. Fo ## Data Dashboards -- SimpleHash \ No newline at end of file +- SimpleHash + +## S */} \ No newline at end of file