From 0c3d9daa55cb9c7bba1f78b8786ee887fad964ba Mon Sep 17 00:00:00 2001 From: sketsdever Date: Tue, 1 Apr 2025 14:38:07 -0700 Subject: [PATCH] Delete extra gas field --- docs/specs/mev-share/_streamEvent.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/specs/mev-share/_streamEvent.mdx b/docs/specs/mev-share/_streamEvent.mdx index c4619220..64fd4c1c 100644 --- a/docs/specs/mev-share/_streamEvent.mdx +++ b/docs/specs/mev-share/_streamEvent.mdx @@ -35,7 +35,6 @@ | `txs.to` | Hex-string | Transaction recipient address. | | `txs.from` | Hex-string | Transaction sender address. | | `txs.value` | Hex-string | Value transferred in the transaction. | -| `txs.gasLimit` | Hex-string | Gas limit of the transaction. | | `txs.maxFeePerGas` | Hex-string | Maximum fee per gas of the transaction. GasFeeCap | | `txs.maxPriorityFeePerGas` | Hex-string | Maximum priority fee per gas of the transaction. GasTipCap | | `txs.nonce` | Hex-string | Nonce of the transaction. |