From 553adafbfaa88e673a612b175d5c1395d7fdc028 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:28:22 +0200 Subject: [PATCH] chore: readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f70622a0..e745d40a 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ In particular, the core components are: Additionally, this repository contains the necessary scripts to spin up a [Kurtosis][kurtosis] devnet with all the components running. -> [!INFO] +> [!NOTE] > Bolt also works with external components that aren't part of this repository, > such as [Helix][helix] by Gattaca, which will replace the MEV-Boost relay soon. @@ -142,7 +142,7 @@ Make sure you have the following requirements on your machine: - [Foundry](https://book.getfoundry.sh/getting-started/installation) installed - [Rust & Cargo](https://www.rust-lang.org/tools/install) installed -> [!INFO] +> [!NOTE] > The Kurtosis CLI version tested is `0.88.16`. Some issues may arise if you are > using a different version. > @@ -199,7 +199,7 @@ just down just clean ``` -> [!INFO] +> [!NOTE] > Remember to shut down the devnet environment when you are done with it, as it > consumes significant resources (CPU & RAM) on your machine.