Add custom beacon withdrawals example (#9497)

Co-authored-by: Federico Gimenez <federico.gimenez@gmail.com>
This commit is contained in:
Lion - dapplion
2024-10-22 00:02:44 +03:00
committed by GitHub
parent 88a38de4d7
commit f2ac547666
4 changed files with 338 additions and 8 deletions

View File

@ -0,0 +1,26 @@
[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"
]