Skip to content

Commit

Permalink
update mev-share hints table
Browse files Browse the repository at this point in the history
  • Loading branch information
TymKh committed Sep 29, 2023
1 parent 4338ff5 commit 07339eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/flashbots-protect/mev-share.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ https://rpc.flashbots.net
Currently, this configuration shares the following information:

- The `hash` of all transactions
- Partial logs (the pool id and the fact that a swap was made) for curve, balancer, and uniswapV2/V3-style trades
- `default_logs` Partial logs (the pool id and the fact that a swap was made) for curve, balancer, and uniswapV2/V3-style trades
- Transactions are only forwarded to the Flashbots block builder

This may change over time as we gather more data and fine-tune the configuration to maximize benefits.
Expand Down
4 changes: 4 additions & 0 deletions docs/specs/mev-share/hints.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"name": "logs",
"description": "Share logs emitted by executing the transaction."
},
{
"name": "default_logs",
"description": "Share specific subset of logs related to defi swaps. Partial info (the pool id and the fact that a swap was made) for curve, balancer, and uniswapV2/V3-style trades"
},
{
"name": "function_selector",
"description": "Share the 4-byte identifier of the function being called on the smart contract by the transaction. The contract address will also be shared if the function selector is shared."
Expand Down

0 comments on commit 07339eb

Please sign in to comment.