You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm unable to found the blobbasefee field, is it normal ?
i'm blocked here
implCheatcodeforblobBaseFeeCall{fnapply_full<DB:DatabaseExt>(&self,ccx:&mutCheatsCtxt<DB>) -> Result{letSelf{ newBlobBaseFee } = self;ensure!(
ccx.data.env.cfg.spec_id >= SpecId::CANCUN,"`blobBaseFee` is not supported before the Cancun hard fork; \ see relevant EIP for blob base fee");// there isn't any blobbasefee field here, where can i found it ?//ccx.data.env.block. = *newBlobBaseFee;Ok(Default::default())}}
Component
Forge
Describe the feature you would like
Add a cheatcode to set
block. blobbasefee
, similar to how we can set other block fields.This is a new field on
block
in Solidity 0.8.24, only available in Cancun.Additional context
No response
The text was updated successfully, but these errors were encountered: