From 80a49d9f7c24fe48e60ce49e030ba9c37209ecd8 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:04:04 +0200 Subject: [PATCH] Update devnet.md --- docs/devnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devnet.md b/docs/devnet.md index 596f313..a829f1e 100644 --- a/docs/devnet.md +++ b/docs/devnet.md @@ -1,6 +1,6 @@ # Devnet Environment -The devnet environment is built on the foundation of the locally available Optimism Bedrock devnet. Essentially, this environment runs `op-geth` and `geth` node in development mode, excluding the PoS client, and without finality. This is why the `--devnet` flag for Magi is necessary. This flag allows for the acceptance of any block as finalized. Otherwise, the Magi would operate exclusively with finalized blocks. +The devnet environment is built on the foundation of the locally available Optimism Bedrock devnet. Essentially, this environment runs `op-geth` and `geth` node in development mode, excluding the PoS client, and without finality. This is why the `--devnet` flag for Magi is necessary. This flag allows for the acceptance of any block as finalized. Otherwise, the Magi will operate exclusively with finalized blocks. The devnet environment for Magi connects to the initiated OP L1 devnet node and launches its own corresponding `op-geth` node from the Magi docker. Magi employs this as its L2 node and execution engine.