Skip to content

Commit 3e8428b

Browse files
committed
typo
1 parent 16b8b5c commit 3e8428b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/scroll/alloy/evm/src/gas_price_oracle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub const GPO_L1_BLOB_BASE_FEE_SLOT: U256 = U256::from_limbs([5, 0, 0, 0]);
6363
/// Added in the Curie fork.
6464
pub const GPO_COMMIT_SCALAR_SLOT: U256 = U256::from_limbs([6, 0, 0, 0]);
6565

66-
/// Storage slot for `blobSclar` in the `L1GasPriceOracle` contract.
66+
/// Storage slot for `blobScalar` in the `L1GasPriceOracle` contract.
6767
/// Added in the Curie fork.
6868
pub const GPO_BLOB_SCALAR_SLOT: U256 = U256::from_limbs([7, 0, 0, 0]);
6969

0 commit comments

Comments
 (0)