enableRip7212 does not seem to work #5910
Unanswered
gabspeck
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, has anyone had success with calling the RIP-7212 precompile at address
0x0000000000000000000000000000000000000100
withenableRip7212: true
in hardhat.config?I have a hardhat.config.ts file like this:
But when running tests (
hardhat test
), the return value from thestaticcall
is empty (0x
). Enablinghardhat-tracer
shows that apparentlyaddress(0x100)
is not being picked up as a precompile address:For reference, this is the code that calls the precompile:
Beta Was this translation helpful? Give feedback.
All reactions