We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prevrandao
1 parent 5bd034f commit 25c363eCopy full SHA for 25c363e
crates/evm/core/src/utils.rs
@@ -56,7 +56,7 @@ pub fn apply_chain_and_block_specific_env_changes<N: Network>(
56
env.block.prevrandao = Some(env.block.difficulty.into());
57
return;
58
}
59
- Moonbeam | Moonbase | Moonriver | MoonbeamDev => {
+ Moonbeam | Moonbase | Moonriver | MoonbeamDev | Rsk => {
60
if env.block.prevrandao.is_none() {
61
// <https://github.com/foundry-rs/foundry/issues/4232>
62
env.block.prevrandao = Some(B256::random());
0 commit comments