From b04250c93849278dac52d7612fe35c40edbf8107 Mon Sep 17 00:00:00 2001 From: Tesa Ho <49603019+tesaho@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:11:31 +0800 Subject: [PATCH] Update large-transactions.md Updated grammar --- docs/flashbots-protect/large-transactions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/flashbots-protect/large-transactions.md b/docs/flashbots-protect/large-transactions.md index 8bb0dca4..3d628c58 100644 --- a/docs/flashbots-protect/large-transactions.md +++ b/docs/flashbots-protect/large-transactions.md @@ -2,6 +2,6 @@ title: Large transaction allowlist --- -Some projects need to post transactions that are larger in size (measured in bytes) than the txpool traditionally allows. Flashbots bundles are not subject to the same constraints. However, at the RPC level only transactions to certain contracts are allowed to be over 128kb. +Some projects may need to post larger transactions (measured in bytes) than the transaction pool allows. Flashbots bundles are not subject to the transaction pool size constraints. However, at the RPC level only transactions to certain contracts are allowed to be over 128kb. -The list of contracts supporting large transactions can be seen in the [RPC endpoint's allowlist](https://github.com/flashbots/rpc-endpoint/blob/main/server/whitelist.go#L21). To add your contract to this list please make a PR to the RPC endpoint appending your contract address to the allowlist and share a description of your use case in the body of the PR. \ No newline at end of file +The list of contracts supporting large transactions can be seen in the [RPC endpoint's allowlist](https://github.com/flashbots/rpc-endpoint/blob/main/server/whitelist.go#L21). To add your contract to this list please make a PR to the RPC endpoint appending your contract address to the allowlist and share a description of your use case in the body of the PR.