foundry icon indicating copy to clipboard operation
foundry copied to clipboard

bug(`cast send`): failed to get resolver from the ENS registry: buffer overrun while deserializing

Open krishhh16 opened this issue 7 months ago • 4 comments

Component

Cast

Have you ensured that all of these are up to date?

  • [X] Foundry
  • [X] Foundryup

What version of Foundry are you on?

0.2.0

What command(s) is the bug in?

cast send

Operating System

Linux

Describe the bug

I was testing a smart contract in forgery, I tried running this command as cast send $PRIVATE_KEY "sendNumber(uint256)" 1

And I'm continuously getting this error

krishhh16 avatar Jul 22 '24 07:07 krishhh16