Przemek Rzad
Przemek Rzad
@ItsShadowl We have implementation of CustomErrors, working with Hardhat - please take a look into the tests in action here https://github.com/TrueFiEng/Waffle/blob/12c2d7209a310202e8b03862972a88735e5803a0/waffle-hardhat/test/reverted.test.ts#L37
@ItsShadowl Ah sorry I confused UseDapp with Waffle because I switch from one to another during the day 🤦♂️
@Merrick17 Can you also add a snippet on how exactly are you calling the `send` function? (the exact addresses or values can be anonymized of course) You are connected to...
@0xHir0 We're could use a little more details. Can you show your usedapp config? (redacting any secret tokens)
I have tried to reproduce on current version of useDApp - `1.1.5`. I tried to do something like: ```tsx ``` ```typescript function App () { // Main page, that displays...
@OleksandrRabchuk Can you help me to reproduce it? Are you perhaps able to get to this error starting in an incognito mode or a fresh browser profile?
Hey, sorry for letting it hang there so long, and thank you for putting it out there. I think it makes sense in principle. We never run into an issue...
@noodesonmars Can you try adding `"@ethersproject/hash": "^5.6.0"` to `resolutions` as well and see if that helps?
We're working on detecting the actual error better. (Note that it will properly work only with Multicall v2). cc @jakvbs > this problem is not consistent > we will see...
Does not seem to be an error on recent version of `useDapp`. Feel free to reopen if there are still problems with a recent version.