From a0fd58d835f4cb8bd2072444fbb5aad5d980b2ac Mon Sep 17 00:00:00 2001 From: Oliver beans Date: Tue, 13 Aug 2024 17:04:48 +0200 Subject: [PATCH 1/2] Add detail to the documentation to clarify any confusion. --- packages/contracts-bedrock/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/contracts-bedrock/README.md b/packages/contracts-bedrock/README.md index 132042e8dc3e..5c43b3c234d2 100644 --- a/packages/contracts-bedrock/README.md +++ b/packages/contracts-bedrock/README.md @@ -290,7 +290,8 @@ the names of the contracts and the values are the addresses the contract was dep The `DEPLOY_CONFIG_PATH` is a filepath to a deploy config file, see the `deploy-config` directory for examples and the [DeployConfig](https://github.com/ethereum-optimism/optimism/blob/develop/op-chain-ops/genesis/config.go) definition for -descriptions of the values. +descriptions of the values. +If you are following the official deployment tutorial, please make sure to use the `getting-started.json` file. ```bash DEPLOYMENT_OUTFILE=deployments/artifact.json \ From d6842383f0c3c34eb10e7fc811d4447738f683fa Mon Sep 17 00:00:00 2001 From: Oliver beans Date: Tue, 13 Aug 2024 17:10:20 +0200 Subject: [PATCH 2/2] fix format --- packages/contracts-bedrock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/contracts-bedrock/README.md b/packages/contracts-bedrock/README.md index 5c43b3c234d2..461dca818b2c 100644 --- a/packages/contracts-bedrock/README.md +++ b/packages/contracts-bedrock/README.md @@ -290,7 +290,7 @@ the names of the contracts and the values are the addresses the contract was dep The `DEPLOY_CONFIG_PATH` is a filepath to a deploy config file, see the `deploy-config` directory for examples and the [DeployConfig](https://github.com/ethereum-optimism/optimism/blob/develop/op-chain-ops/genesis/config.go) definition for -descriptions of the values. +descriptions of the values. If you are following the official deployment tutorial, please make sure to use the `getting-started.json` file. ```bash