mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add alloy_chains (#5952)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -15,7 +15,7 @@ workspace = true
|
||||
reth-primitives.workspace = true
|
||||
reth-interfaces.workspace = true
|
||||
reth-provider.workspace = true
|
||||
|
||||
alloy-chains.workspace = true
|
||||
# misc
|
||||
cfg-if = "1.0.0"
|
||||
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
use reth_primitives::{constants::ETH_TO_WEI, BlockNumber, Chain, ChainSpec, Hardfork, U256};
|
||||
|
||||
/// Calculates the base block reward.
|
||||
///
|
||||
/// The base block reward is defined as:
|
||||
|
||||
Reference in New Issue
Block a user