diff --git a/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx b/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx index 5194e4c3d..0090367f1 100644 --- a/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx +++ b/pages/builders/chain-operators/tutorials/create-l2-rollup.mdx @@ -272,8 +272,8 @@ The exact amount of ETH required depends on the L1 network being used. It's recommended to fund the addresses with the following amounts when using Sepolia: * `Admin` — 0.5 Sepolia ETH -* `Proposer` — 0.2 Sepolia ETH * `Batcher` — 0.1 Sepolia ETH +* `Proposer` — 0.2 Sepolia ETH **To get the required Sepolia ETH to fund the addresses, we recommend using the [Superchain Faucet](https://console.optimism.io/faucet?utm_source=docs)** together with [Coinbase verification](https://help.coinbase.com/en/coinbase/getting-started/getting-started-with-coinbase/id-doc-verification). @@ -342,6 +342,12 @@ cd ~/optimism cd packages/contracts-bedrock ``` +{

Install Foundry dependencies

} + +```bash +forge install +``` + {

Generate the configuration file

} Run the following script to generate the `getting-started.json` configuration file inside of the `deploy-config` directory.