Discussions

Ask a Question
Back to All

AA40 over verificationGasLimit

I have a question in this video https://www.youtube.com/watch?v=h1kjF_1cPjM&t=486s

In it, you utilize require("./erc20Abi.json") (at video 8:08)
but this file seems to be missing from the project.
I attempted to substitute it with the erc20 module from npm,
but I encountered an "AA40 over verificationGasLimit" error.
I suspect this might be due to the version of the module I used.
Could you advise on how to obtain the latest erc20Abi.json? Thanks.

my repo https://github.com/LTN917/stackup_demo