Richard Moore

Results 530 comments of Richard Moore

Thanks! I'll add this to v6. :)

Thanks for the bump. I have a minor bump going out this week and will investigate this. :)

Added in [v6.12.0](https://github.com/ethers-io/ethers.js/releases/tag/v6.12.0). Thanks! :)

Have you tried using v6? It separates chain ID when passed as a EIP-155 v into a `.v` and `.networkV`.

Oh wow. This is an old post, that I should close since this is now supported using a Socket creator function: ```javascript // A function that returns a websocket; it...

@Quix44 Have you tried v6? A lot of the work in v6 was to abstract the WebSocket (and similar) provider. In v5, the provider sub-class did not have great deal...

I’ll get some docs up soon on typing in Ethers. I’m also working on a version of Contracts based on AbiType that can automatically generate types from the ABI.

What is the root cause of the type issue? Were the node definitions changed in types? I worry about making these sorts of changes as Ethers is widely used and...