Skip to content

Commit 2e24919

Browse files
authored
Update MEV to include paid customers. (#1959)
Signed-off-by: bgravenorst <[email protected]>
1 parent ffff6a4 commit 2e24919

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Returns information about a transaction for a given hash.
22

3-
:::info MEV protection for users on the free tier
4-
Maximal Extractable Value (MEV) protection is applied for this method on Mainnet only.
3+
:::tip MEV protection
4+
Maximal Extractable Value (MEV) protection is available for all Infura customers on Mainnet.
55
This means `r`, `s`, and `v` signature fields might return empty hex values (`0x0`)
66
while the transaction is pending on Mainnet.
77
:::
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Submits a pre-signed transaction for broadcast to the Ethereum network.
22

3-
:::info MEV protection for users on the free tier
4-
Maximal Extractable Value (MEV) protection is applied for this method on Mainnet only. The method is automatically
5-
routed to a virtual mempool before the transaction is included in a public block.
6-
7-
This functionality offers protection from MEV strategies such as front running and sandwich attacks.
3+
:::tip MEV protection
4+
Maximal Extractable Value (MEV) protection is available for all Infura customers on Mainnet. The method
5+
is automatically routed to a virtual mempool before the transaction is included in a public block, protecting
6+
against MEV strategies such as front running and sandwich attacks.
87
:::

0 commit comments

Comments
 (0)