Oleksii Kosynskyi

Results 18 comments of Oleksii Kosynskyi

Thank you for your attention. Let me add a little bit of details: 1. this task was done only for the 4.x version of web3js 2. You may have a...

If you use WebSocket as a provider error event will be the same as WebSocket connection produce. We use isomorphic WS. You can check events [here](https://github.com/heineiuo/isomorphic-ws#readme) for example, here are...

@mpetrunic , `Web3PromiEvent` exported in `web3-core` package https://github.com/web3/web3.js/blob/4.x/packages/web3-core/src/web3_promi_event.ts

Interesting case. The problem is you read the file (not import) and then convert it to const. I will investigate it.

@hubts So the main problem is the Typescript can't recognize a type when you use a dynamic import. My vision to solve the problem: 1 option: convert json file to...

yes. you are right. browsers support es6. es6+ are not fully supported.

Here is the wagmi docs PR https://github.com/wevm/wagmi/pull/3624

I've reproduced the error. I will investigate it deeper. thx for your contribution.

So the problem is `util` package here is some options how to solve it 1. [add webpack config to your angular](https://github.com/browserify/node-util/issues/57#issuecomment-764436352) 2. in your case you can just add this...

this is a temp solution. we will fix this bug inside library