From 51b7ca7916c08555753a5d90953d1ae3e61b8e92 Mon Sep 17 00:00:00 2001 From: Rodrigo Herrera Itie <80117772+rodrigoherrerai@users.noreply.github.com> Date: Sat, 30 Jul 2022 17:19:32 -0500 Subject: [PATCH] Comments.. --- state-override/allowance-erc20.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);