Skip to content

Commit 12c1178

Browse files
Force prevrandao on Rootstock testnet (#10603)
fix: force prevrandao on rootstock testnet
1 parent 2d25470 commit 12c1178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/evm/core/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub fn apply_chain_and_block_specific_env_changes<N: Network>(
5151
env.block.prevrandao = Some(env.block.difficulty.into());
5252
return;
5353
}
54-
Moonbeam | Moonbase | Moonriver | MoonbeamDev | Rsk => {
54+
Moonbeam | Moonbase | Moonriver | MoonbeamDev | Rsk | RskTestnet => {
5555
if env.block.prevrandao.is_none() {
5656
// <https://github.com/foundry-rs/foundry/issues/4232>
5757
env.block.prevrandao = Some(B256::random());

0 commit comments

Comments
 (0)