19 releases (4 breaking)
new 0.6.8 | Nov 20, 2024 |
---|---|
0.6.7 | Nov 18, 2024 |
0.5.2 | Oct 29, 2024 |
0.4.0 | Oct 9, 2024 |
0.2.12 | Sep 18, 2024 |
#170 in Magic Beans
39,476 downloads per month
Used in 14 crates
(9 directly)
86KB
1.5K
SLoC
op-alloy-genesis
Genesis types for Optimism.
Usage
By default, op-alloy-genesis
enables both std
and serde
features.
If you're working in a no_std
environment (like kona
), disable default features like so.
[dependencies]
op-alloy-genesis = { version = "x.y.z", default-features = false, features = ["serde"] }
Rollup Config
op-alloy-genesis
exports a RollupConfig
, the primary genesis type for Optimism Consensus.
Provenance
This is based off of alloy-genesis.
Dependencies
~7–9.5MB
~186K SLoC