Skip to content

Commit

Permalink
Merge pull request #19 from chainbound/chore/update-builders
Browse files Browse the repository at this point in the history
chore: update builder list & table
  • Loading branch information
merklefruit authored Jul 31, 2024
2 parents d99ec0f + de0b4ab commit 7081e1a
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions docs/3-usage/2-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ Users can specify which Builders to send their bundles via the `mevBuilders` arr
| `flashbots` |
| `beaverbuild` |
| `rsync` |
| `builder0x69` |
| `titan` |
| `buildai` |
| `loki` |
| `lightspeed` |
| `bobthebuilder` |
| `BTCS` |
| `blockbeelder` |
| `jetbldr` |
| `all` _to explicitly set all the above values_ |

:::note
Expand All @@ -32,17 +30,17 @@ contact us on [Discord](https://discord.gg/J4KNdeCYGX) or email us at admin@chai

Here is a list of the builders currently supported, and the features that each one supports:

| **feature** | **flashbots** | **beaverbuild** | **rsync** | **builder0x69** | **titan** | **buildai** | **loki** | **lightspeed** | **bobthebuilder** |
|----------------------------------------------|---------------|-----------------|-----------|-----------------|-----------|-------------|----------|----------------|-------------|
| `eth_sendBundle` |||| || | | ||
| `eth_cancelBundle` |||| | || | ||
| `eth_sendPrivateRawTransaction` |||| || | | | |
| ETH refunds |||| || | | ||
| custom refund recipient |||| | || | ||
| refund on multiple txs |||| || || ||
| supports `min/maxTimestamp` |||| || | | ||
| Doesn't need `blockNumber` for cancellations |||| || | | ||
| `X-Flashbots-Signature` | required | - | - | - | optional | optional | optional | optional | optional |
| **feature** | **flashbots** | **beaverbuild** | **rsync** | **titan** | **blockbeelder** | **btcs** | **jetbldr** |
|----------------------------------------------|---------------|-----------------|-----------|-----------|------------------|----------|-------------|
| `eth_sendBundle` ||||| |||
| `eth_cancelBundle` ||||| | ||
| `eth_sendPrivateRawTransaction` ||||| | | |
| ETH refunds ||||| | ||
| custom refund recipient ||||| | ||
| refund on multiple txs ||||| | ||
| supports `min/maxTimestamp` ||||| |||
| Doesn't need `blockNumber` for cancellations ||||| |||
| `X-Flashbots-Signature` | required | - | - | optional | optional | optional | optional |

\* List of tx hashes from which the refund is calculated

Expand Down

0 comments on commit 7081e1a

Please sign in to comment.