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.
1 parent 16b8b5c commit 3e8428bCopy full SHA for 3e8428b
crates/scroll/alloy/evm/src/gas_price_oracle.rs
@@ -63,7 +63,7 @@ pub const GPO_L1_BLOB_BASE_FEE_SLOT: U256 = U256::from_limbs([5, 0, 0, 0]);
63
/// Added in the Curie fork.
64
pub const GPO_COMMIT_SCALAR_SLOT: U256 = U256::from_limbs([6, 0, 0, 0]);
65
66
-/// Storage slot for `blobSclar` in the `L1GasPriceOracle` contract.
+/// Storage slot for `blobScalar` in the `L1GasPriceOracle` contract.
67
68
pub const GPO_BLOB_SCALAR_SLOT: U256 = U256::from_limbs([7, 0, 0, 0]);
69
0 commit comments