diff --git a/packages/evm/src/interpreter.ts b/packages/evm/src/interpreter.ts index 7679ca998b..6c248d4f6e 100644 --- a/packages/evm/src/interpreter.ts +++ b/packages/evm/src/interpreter.ts @@ -761,7 +761,7 @@ export class Interpreter { } /** - * Returns the Base Fee of the block as proposed in [EIP-3198](https;//eips.etheruem.org/EIPS/eip-3198) + * Returns the Blob Base Fee of the block as proposed in [EIP-7516](https;//eips.etheruem.org/EIPS/eip-7516) */ getBlobBaseFee(): bigint { const blobBaseFee = this._env.block.header.getBlobGasPrice()