Skip to content

Commit

Permalink
Merge pull request #14 from chainbound/update-builders-new
Browse files Browse the repository at this point in the history
chore: removed old builders
  • Loading branch information
merklefruit committed Dec 5, 2023
2 parents f69b7d7 + 518930e commit 87855a8
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions docs/3-usage/2-integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ Users can specify which Builders to send their bundles via the `mevBuilders` arr
| `rsync` |
| `builder0x69` |
| `titan` |
| `f1b` |
| `nfactorial` |
| `buildai` |
| `ethbuilder` |
| `eigenphi` |
| `smithbuilder` |
| `loki` |
| `all` _to explicitly set all the above values_ |

Expand All @@ -35,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** | **f1b** | **nfactorial** | **buildai** | **ethbuilder** | **eigenphi** | **smithbuilder** | **loki** |
| -------------------------------------------- | ------------- | --------------- | --------- | --------------- | --------- | ------- | -------------- | ----------- | -------------- | ------------ | ---------------- | -------- |
| `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** | **builder0x69** | **titan** | **buildai** | **loki** |
|----------------------------------------------|---------------|-----------------|-----------|-----------------|-----------|-------------|----------|
| `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 |

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

Expand Down

0 comments on commit 87855a8

Please sign in to comment.