Skip to content

Commit

Permalink
feat(book): Add Badges for Crates (#253)
Browse files Browse the repository at this point in the history
### Description

Small PR to add badges for the crate versions in the book.
  • Loading branch information
refcell authored Nov 14, 2024
1 parent 12f95ae commit 4ffcc7f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions book/src/building/engine.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RPC Engine Types

<a href="https://crates.io/crates/op-alloy-rpc-types-engine"><img src="https://img.shields.io/crates/v/op-alloy-rpc-types-engine.svg" alt="op-alloy-rpc-types-engine crate"></a>

The [`op-alloy-rpc-types-engine`][engine] crate provides Optimism types for interfacing
with the Engine API in the OP Stack.

Expand Down
2 changes: 2 additions & 0 deletions book/src/building/genesis/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Genesis

<a href="https://crates.io/crates/op-alloy-genesis"><img src="https://img.shields.io/crates/v/op-alloy-genesis.svg" alt="op-alloy-genesis crate"></a>

The genesis crate contains types related to chain genesis.

This section contains in-depth sections on building with [`op-alloy-genesis`][genesis] crate types.
Expand Down
2 changes: 2 additions & 0 deletions book/src/building/protocol/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Protocol

<a href="https://crates.io/crates/op-alloy-protocol"><img src="https://img.shields.io/crates/v/op-alloy-protocol.svg" alt="op-alloy-protocol crate"></a>

The [`op-alloy-protocol`][protocol] crate contains types, constants, and methods
specific to Optimism derivation and batch-submission.

Expand Down

0 comments on commit 4ffcc7f

Please sign in to comment.