Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MaghnusM committed Aug 16, 2023
1 parent 8bd3c76 commit 546a245
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lanes/build-your-own/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:

Expand Down

0 comments on commit 546a245

Please sign in to comment.