From 62b023c817f01654ee8eb1f4719110d7368b9a6a Mon Sep 17 00:00:00 2001 From: George Zhang Date: Mon, 4 Dec 2023 23:43:11 +0800 Subject: [PATCH] Update docs/flashbots-protect/rpc/large-transactions.md Co-authored-by: Chris Hager --- docs/flashbots-protect/rpc/large-transactions.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/flashbots-protect/rpc/large-transactions.md b/docs/flashbots-protect/rpc/large-transactions.md index e2f353315..8e5bbff1b 100644 --- a/docs/flashbots-protect/rpc/large-transactions.md +++ b/docs/flashbots-protect/rpc/large-transactions.md @@ -4,7 +4,4 @@ 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. -Currently these contracts are: -- Aztec Rollup Contract: `0x737901bea3eeb88459df9ef1be8ff3ae1b42a2ba` - -The above list 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. \ No newline at end of file