Skip to content

Commit

Permalink
chore: op chainspec (paradigmxyz#11415)
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 authored and ebo committed Oct 14, 2024
1 parent 5259b71 commit db7a630
Show file tree
Hide file tree
Showing 6 changed files with 338 additions and 349 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 1 addition & 8 deletions crates/chainspec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ alloy-genesis.workspace = true
alloy-primitives = { workspace = true, features = ["rand", "rlp"] }
alloy-trie.workspace = true

# op
op-alloy-rpc-types = { workspace = true, optional = true }

# misc
auto_impl.workspace = true
once_cell.workspace = true
serde = { workspace = true, optional = true }
serde_json.workspace = true
derive_more.workspace = true

Expand All @@ -44,12 +40,9 @@ alloy-eips = { workspace = true, features = ["arbitrary"] }
alloy-rlp = { workspace = true, features = ["arrayvec"] }
alloy-genesis.workspace = true

# op
op-alloy-rpc-types.workspace = true

[features]
default = ["std"]
optimism = ["serde", "dep:op-alloy-rpc-types", "reth-optimism-forks"]
optimism = ["reth-optimism-forks"]
std = [
"alloy-chains/std",
"alloy-eips/std",
Expand Down
Loading

0 comments on commit db7a630

Please sign in to comment.