Skip to content

Commit 263c91e

Browse files
committed
Update flashblocks.md
1 parent 100d9cb commit 263c91e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specs/flashblocks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ The core data structure sent from the Block Builder to Rollup Boost and then ext
114114

115115
```python
116116
class FlashblocksPayloadV1():
117-
version: Bytes4
117+
version: Bytes4
118118
payload_id: Bytes8
119-
parent_flash_hash: Optional[Bytes32]
120119
index: uint64
121-
static: Optional[ExecutionPayloadStaticV1]
120+
parent_flash_hash: Optional[Bytes32]
121+
base: Optional[ExecutionPayloadStaticV1]
122122
diff: ExecutionPayloadFlashblockResultV1
123123
metadata: FlashblocksMetadata
124124
```
@@ -1026,4 +1026,4 @@ For RPC Operators, Flashblocks will require a modified RPC node that subscribes
10261026

10271027
# Implementation
10281028

1029-
A feature complete implementation of all components described in this document can be found in the [rollup-boost](https://github.com/flashbots/rollup-boost), [op-rbuilder](https://github.com/flashbots/rbuilder/tree/develop/crates/op-rbuilder), [flashblocks-websocket-proxy](https://github.com/base/flashblocks-websocket-proxy), and [reth-flashblocks](https://github.com/danyalprout/reth-flashblocks).
1029+
A feature complete implementation of all components described in this document can be found in the [rollup-boost](https://github.com/flashbots/rollup-boost), [op-rbuilder](https://github.com/flashbots/rbuilder/tree/develop/crates/op-rbuilder), [flashblocks-websocket-proxy](https://github.com/base/flashblocks-websocket-proxy), and [reth-flashblocks](https://github.com/danyalprout/reth-flashblocks).

0 commit comments

Comments
 (0)