From 698f23b0954c33fda9e91f3bc297328829e85189 Mon Sep 17 00:00:00 2001 From: g11tech Date: Mon, 18 Sep 2023 21:08:27 +0530 Subject: [PATCH] Update packages/evm/src/interpreter.ts Co-authored-by: acolytec3 <17355484+acolytec3@users.noreply.github.com> --- packages/evm/src/interpreter.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/evm/src/interpreter.ts b/packages/evm/src/interpreter.ts index 7679ca998b8..6c248d4f6e8 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()