Skip to content

Commit 65931d3

Browse files
committed
SDK: additional fixes
1 parent 538db7c commit 65931d3

File tree

3 files changed

+16
-19
lines changed

3 files changed

+16
-19
lines changed

src/content/docs/en/sdk/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import Aside from "../../../../components/Aside.astro"
1717

1818
Scroll SDK allows anyone to quickly deploy an instance of the Scroll zkEVM and its rollup architecture for deploying an L2 on Ethereum.
1919

20+
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).
21+
2022
We're working with a number of clients, technology parters, and service providers to build the most robust ZK stack for Ethereum.
2123

2224
If you want to dive deeper and try launching your own L2, keep reading and check out the additional resources.

src/content/docs/en/sdk/sdk-faq.mdx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,7 @@ In the default testnet configuration, the contracts deployed to L1 allow the `ro
2626

2727
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.
2828

29-
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`:
30-
31-
```toml
32-
[rollup]
33-
TEST_ENV_MOCK_FINALIZE_ENABLED = true
34-
TEST_ENV_MOCK_FINALIZE_TIMEOUT_SEC = 3600
35-
```
36-
37-
These values affect the version of the contracts deployed and the config values for the `rollup-node` service.
38-
39-
{/* 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. */}
29+
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).
4030

4131
### Is Kubernetes a requirement? Do you support docker-compose, ansible, etc?
4232

src/content/docs/en/sdk/technical-stack/integrations.mdx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,33 @@ excerpt: "An look at those building with Scroll SDK"
88

99
import Aside from "../../../../../components/Aside.astro"
1010

11-
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.
11+
Scroll is collaborating with a number of projects to integrate their technologies with Scroll SDK.
12+
13+
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).
1214

1315
{/* TODO: Check list and add links */}
14-
## Rollup-As-A-Service Providers
16+
{/* ## Rollup-As-A-Service Providers
1517
1618
- AltLayer
17-
{/* - Gateway.fm */}
19+
- Gateway.fm
20+
- Zeeve
1821
- Unifra
19-
{/* - Caldera */}
2022
2123
## Prover Partners
2224
2325
A number of companies are providing proof generation services for Scroll SDK. For more information on how to use prover services, see the [Proof Generation](/en/sdk/technical-stack/proof-generation) article.
2426
2527
- Sindri
2628
- Snarkify
27-
{/* - Gevulot */}
28-
{/* - Cystic */}
29+
- Soon:
30+
- Gevulot
31+
- Cystic
2932
3033
## Block Explorers
3134
3235
- Blockscout
36+
- Dora
3337
{/* - L2Scan */}
34-
{/* - Dora */}
3538
{/* - Socialscan */}
3639

3740
## Indexers
@@ -42,4 +45,6 @@ A number of companies are providing proof generation services for Scroll SDK. Fo
4245

4346
## Data Dashboards
4447

45-
- SimpleHash
48+
- SimpleHash
49+
50+
## S */}

0 commit comments

Comments
 (0)