mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm optimism feature from chainspec (#11722)
This commit is contained in:
@ -17,9 +17,6 @@ reth-network-peers.workspace = true
|
||||
reth-trie-common.workspace = true
|
||||
reth-primitives-traits.workspace = true
|
||||
|
||||
# op-reth
|
||||
reth-optimism-forks = { workspace = true, optional = true }
|
||||
|
||||
# ethereum
|
||||
alloy-chains = { workspace = true, features = ["serde", "rlp"] }
|
||||
alloy-eips = { workspace = true, features = ["serde"] }
|
||||
@ -42,7 +39,6 @@ alloy-genesis.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
optimism = ["reth-optimism-forks"]
|
||||
std = [
|
||||
"alloy-chains/std",
|
||||
"alloy-eips/std",
|
||||
|
||||
Reference in New Issue
Block a user