diff --git a/book/src/building/engine.md b/book/src/building/engine.md index 2b623e2b..6aca8dc9 100644 --- a/book/src/building/engine.md +++ b/book/src/building/engine.md @@ -1,5 +1,7 @@ # RPC Engine Types +op-alloy-rpc-types-engine crate + The [`op-alloy-rpc-types-engine`][engine] crate provides Optimism types for interfacing with the Engine API in the OP Stack. diff --git a/book/src/building/genesis/README.md b/book/src/building/genesis/README.md index aa590fd5..14f61fee 100644 --- a/book/src/building/genesis/README.md +++ b/book/src/building/genesis/README.md @@ -1,5 +1,7 @@ # Genesis +op-alloy-genesis crate + The genesis crate contains types related to chain genesis. This section contains in-depth sections on building with [`op-alloy-genesis`][genesis] crate types. diff --git a/book/src/building/protocol/README.md b/book/src/building/protocol/README.md index e2a86ac7..8584b59c 100644 --- a/book/src/building/protocol/README.md +++ b/book/src/building/protocol/README.md @@ -1,5 +1,7 @@ # Protocol +op-alloy-protocol crate + The [`op-alloy-protocol`][protocol] crate contains types, constants, and methods specific to Optimism derivation and batch-submission.