Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -342,6 +342,12 @@ cd ~/optimism
cd packages/contracts-bedrock
```

{<h3>Install Foundry dependencies</h3>}

```bash
forge install
```

{<h3>Generate the configuration file</h3>}

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