zemse/hardhat-tracer

Getting the function signature is too slow, stuck on getting 4bytes of data

Closed this issue · 3 comments

1 passing (2m)

zemse commented

Oh crap, let me add something to turn that off.

zemse commented

In 2.5.1 you can disable queries to 4bytes by adding this to your hardhat config

{
  tracer: {
    use4bytesDirectory: false
  }
}

thanks,bro