Benjamin Azoulay

Results 5 comments of Benjamin Azoulay

I use Node v14.15.4 and I have this set of errors: ```gyp ERR! build error gyp ERR! stack Error: `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\MSBuild.exe` failed with exit code: 1 gyp...

Edit: this error happens with Rabby no matter if I'm using Ledger or not.

The workaround I found was polling the receipt using my own RPC, like: ```JS const receipt = await ownRpcWeb3.eth.getTransactionReceipt(txnHash); ``` For context, I am on Base and using Wagmi. I...

The presence of `tx.on("receipt"` in the code is actually irrelevant to the issue. The error happens whether it is there or not.

> Our team are desperate to use this, please cut a release soon and get them off my back 😄 🙏🏻 😆 @henricook In the meantime, here's how I went...