19 lines
547 B
Markdown
19 lines
547 B
Markdown
## What does this PR do?
|
|
|
|
A short description of what the PR does.
|
|
|
|
## Related issue
|
|
|
|
Link to the issue this PR addresses.
|
|
|
|
If there isn't already an open issue, create an issue first. This will be our home for discussing the problem itself.
|
|
|
|
## Testing
|
|
|
|
What testing was performed to verify this works? Unit tests are a big plus!
|
|
|
|
## Checklist before merging
|
|
- [ ] Read the [contributing guide](https://github.com/flashbots/mev-inspect-py/blob/main/CONTRIBUTING.md)
|
|
- [ ] Installed and ran pre-commit hooks
|
|
- [ ] All tests pass with `./mev test`
|