Weißer Hase
Weißer Hase
i understand the technical situation, but is there a way of reading those CustomErrors from the interface?
@fvictorio Let me rephrase: The interfaces already has the CustomErrors We're fetching a contract with an interface and an address When something happens in that contract, we receive a revert...
yo @yatharth have you had some workaround for this issue? apparently @yunabe will not work anymore in this repo.
@yatharth i've found a cleaner workaround. let's say you want to import from `./myFolder` and you get the error you showed then you can do: ``` cd node_modules ln -s...
@juaquins ser, you just unleashed a **very** powerful tool {\\__/} ( • . •) / > 🏆
yo @forza-panino i was having the same issue, discovered that with `gasPrice` and `type: 0` tx it works, and when trying to use `maxPriorityFeePerGas` and `maxFeePerGas` (expliciting `type: 2`) it...
Ey @teddav, hardcode chain id!
@teddav tried overriding both chainId and baseFee + maxPriorityFee? Some combination of it worked for me.
ey @alcuadrado, have tried now both `pending`, and trying advancing one block and using blocktag `latest`, same results :(
@ashhanai , cannot you just filter the events? and read only the emitted by the contracts you're interested in?