diff --git a/state-override/allowance-erc20.js b/state-override/allowance-erc20.js index d938864..6ee4d36 100644 --- a/state-override/allowance-erc20.js +++ b/state-override/allowance-erc20.js @@ -50,7 +50,7 @@ const main = async () => { // Call with no state overrides const call1 = await provider.send("eth_call", callParams); - // Call with no state overrides + // Call with state overrides const call2 = await provider.send("eth_call", [...callParams, stateDiff]); console.log("Allowance of from -> to without stateDiff", call1);