Richard Moore
Richard Moore
This should be fixed in [5.6.7](https://github.com/ethers-io/ethers.js/releases/tag/v5.6.7). Try it out and let me know if you still have any problems. Thanks! :)
No worries; I'm a huge fan of things being standards compliant. :) I've already made changes in v6 that are aligned with this too.
Did you update to the latest version? 5.6.8?
5.6.7 should work too. I’ll re-open and look at it tomorrow.
@3commascapital @0xdagarn Have you tried @zemse suggestion of removing any lock files and re-installing? Can you make sure the version of the `@ethersproject/providers` package in the `node_modules/@ethersproject/providers/package.json` is 5.6.8? I've...
What is “palm”? This is likely something that will make more sense in an ancillary package in v5 and a network plugin for v6?
Generally I do not add built-in support for a network unless it is widely adopted by the community and the third-party providers. In v6, this is les an issue because...
I'm unfamiliar with wagmi, but you shouldn't need to use `await` when using `new` in JavaScript, and the Contract contractor is synchronous. You also cannot pass a `fromBlock` into the...
Thanks! I have found the bug. Yes, this was introduced with the [fix for networks](https://github.com/ethers-io/ethers.js/blob/master/CHANGELOG.md#ethersv560-2022-03-09-1457) which have non-consistent event indexing (e.g. Polygon and BSC). This fix will go out in...
This has been published in [v5.7.0](https://github.com/ethers-io/ethers.js/releases/tag/v5.7.0). Let me know if you still experience any problems. Thanks! :)