From 0712adc4c643265f01a5e2f487f41f965a669507 Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Fri, 21 Jun 2024 19:48:36 +0200 Subject: [PATCH] chore(op): add link to op labs bedrock datadir download (#9014) --- book/run/sync-op-mainnet.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/book/run/sync-op-mainnet.md b/book/run/sync-op-mainnet.md index d9df4139b..19d57e639 100644 --- a/book/run/sync-op-mainnet.md +++ b/book/run/sync-op-mainnet.md @@ -12,9 +12,14 @@ Importing OP mainnet Bedrock datadir requires exported data: ## Manual Export Steps -See . +The `op-geth` Bedrock datadir can be downloaded from . -Output from running the command to export state, can also be downloaded from . +To export the OVM chain from `op-geth`, clone the `testinprod-io/op-geth` repo and checkout +. Commands to export blocks, receipts and state dump can be +found in `op-geth/migrate.sh`. + +Output from running the command to export state, can also be downloaded from +. ## Manual Import Steps