Files
nanoreth/examples/custom-beacon-withdrawals/Cargo.toml
Lion - dapplion f2ac547666 Add custom beacon withdrawals example (#9497)
Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
2024-10-21 21:02:44 +00:00

26 lines
536 B
TOML

[package]
name = "example-custom-beacon-withdrawals"
version = "0.0.0"
publish = false
edition.workspace = true
license.workspace = true
[dependencies]
reth.workspace = true
reth-node-ethereum.workspace = true
reth-evm-ethereum.workspace = true
reth-chainspec.workspace = true
reth-evm.workspace = true
reth-primitives.workspace = true
alloy-sol-macro = "0.8.9"
alloy-sol-types.workspace = true
alloy-eips.workspace = true
alloy-consensus.workspace = true
eyre.workspace = true
[features]
optimism = [
"reth-primitives/optimism"
]