From 461f4d9ca7aed924f095b28765fe117aca598420 Mon Sep 17 00:00:00 2001
From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com>
Date: Thu, 15 Aug 2024 11:21:12 -0700
Subject: [PATCH 1/2] Add genesis callout
---
pages/builders/chain-operators/deploy/genesis.mdx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pages/builders/chain-operators/deploy/genesis.mdx b/pages/builders/chain-operators/deploy/genesis.mdx
index 87e1ca785..4011d3d23 100644
--- a/pages/builders/chain-operators/deploy/genesis.mdx
+++ b/pages/builders/chain-operators/deploy/genesis.mdx
@@ -20,6 +20,12 @@ located in the monorepo to generate an "L2 state dump" and then pass this into t
The foundry script can be found at
[packages/contracts-bedrock/scripts/L2Genesis.s.sol](https://github.com/ethereum-optimism/optimism/blob/develop/packages/contracts-bedrock/scripts/L2Genesis.s.sol).
+
+When generating the genesis file, please use the same `op-contracts/vX.Y.Z` release commit used for L1 contract deployments.
+
+We may not be able to validate your chain as a standard chain in the future otherwise.
+
+
### Configuration
Create or modify a file `.json` inside the `deploy-config`
From ba435c0800e81d708691f5c7b0d74e81953b1f33 Mon Sep 17 00:00:00 2001
From: Bradley Camacho <42678939+bradleycamacho@users.noreply.github.com>
Date: Thu, 15 Aug 2024 11:29:19 -0700
Subject: [PATCH 2/2] Remove validation statement in callout
---
pages/builders/chain-operators/deploy/genesis.mdx | 2 --
1 file changed, 2 deletions(-)
diff --git a/pages/builders/chain-operators/deploy/genesis.mdx b/pages/builders/chain-operators/deploy/genesis.mdx
index 4011d3d23..2e60f90d7 100644
--- a/pages/builders/chain-operators/deploy/genesis.mdx
+++ b/pages/builders/chain-operators/deploy/genesis.mdx
@@ -22,8 +22,6 @@ The foundry script can be found at
When generating the genesis file, please use the same `op-contracts/vX.Y.Z` release commit used for L1 contract deployments.
-
-We may not be able to validate your chain as a standard chain in the future otherwise.
### Configuration