Skip to content

Commit

Permalink
Update docs/flashbots-protect/rpc/large-transactions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Hager <chris@linuxuser.at>
  • Loading branch information
odysseus0 and metachris authored Dec 4, 2023
1 parent 55e9c01 commit 62b023c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/flashbots-protect/rpc/large-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 62b023c

Please sign in to comment.