From 546a245db403f23503e986363b10045467b6f09f Mon Sep 17 00:00:00 2001 From: MaghnusM Date: Wed, 16 Aug 2023 19:31:05 -0400 Subject: [PATCH] update readme --- lanes/build-your-own/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lanes/build-your-own/README.md b/lanes/build-your-own/README.md index 83b295cb..5550ec8d 100644 --- a/lanes/build-your-own/README.md +++ b/lanes/build-your-own/README.md @@ -13,7 +13,7 @@ To install the Block SDK, run the following command: $ go install github.com/skip-mev/block-sdk ``` -## 🤔 How to use it [1 hour] +## 📚 Usage There are **five** required components to building a custom lane using the base lane: @@ -39,10 +39,7 @@ This is the data structure that is responsible for storing transactions as they The default implementation can be found in `block/base/mempool.go`. -:::info Scenario -What if we wanted to prioritize transactions by the amount they have staked on a chain? - -::: +### What if we wanted to prioritize transactions by the amount they have staked on a chain? We could do the following: