From 07339eb78c7e816eda73be7bf8ead1101f6772eb Mon Sep 17 00:00:00 2001 From: Tymur Khrushchov Date: Fri, 29 Sep 2023 14:51:13 +0200 Subject: [PATCH] update mev-share hints table --- docs/flashbots-protect/mev-share.mdx | 2 +- docs/specs/mev-share/hints.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/flashbots-protect/mev-share.mdx b/docs/flashbots-protect/mev-share.mdx index 489845a18..10e964149 100644 --- a/docs/flashbots-protect/mev-share.mdx +++ b/docs/flashbots-protect/mev-share.mdx @@ -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. diff --git a/docs/specs/mev-share/hints.json b/docs/specs/mev-share/hints.json index 71b2c2b19..43f78d68d 100644 --- a/docs/specs/mev-share/hints.json +++ b/docs/specs/mev-share/hints.json @@ -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."