Skip to content

Commit

Permalink
Merge pull request #18 from flashbots/sheak/bundleSpec
Browse files Browse the repository at this point in the history
Two small edits to mev_sendBundle v0.1
  • Loading branch information
sketsdever committed Jul 6, 2023
2 parents 8d80699 + 262935a commit 8c9b106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specs/bundles/v0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ Entire bundles can also be included using the `{bundle}` wrapper. This example b
"body": [
{
"bundle": {
"version": "beta-1",
"version": "v0.2",
"inclusion": {
"block": "0x463e",
"maxBlock": "0x4648"
Expand Down Expand Up @@ -188,7 +188,7 @@ Preferences on what data should be shared about the bundle and its transactions.
| Param | Type Info | Description |
|-|-|-|
| `hints` | Array of strings; optional | Each item additively specifies which data about all transactions in the bundle to share. If no hints are specified, no data is shared. Transactions from other users that do not specify the same hints will not share additional information. |
| `targetBuilders` | Array of strings; optional | Builders that have permission to receive this bundle and include it in a block. |
| `builders` | Array of strings; optional | Builders that have permission to receive this bundle and include it in a block. |
## JSON-RPC Response Scheme
Expand Down

0 comments on commit 8c9b106

Please sign in to comment.