Florian Winkler
Florian Winkler
I cannot reproduce this issue on macOS 12.6
I think you are not missing anything in the JS implementation. Note that recover returns the private key as a buffer, I suggest you take a look at: https://nodejs.org/api/buffer.html#buffer_class_buffer
Is this still relevant?
This issue seems to have been fixed in more recent macOS releases.
Hi @Samboy76 The v3-sdk does not export `Pair` or `TokenAmount`. `Pair` is a class that represents Uniswap V2 Pairs in the v2-sdk and `TokenAmount` was a class that was used...
The calls are executed simultaneously, thats also the point of making the function async as it doesn't rely on any network requests. So the total time is the longest execution...
Depends on the [examples PR](https://github.com/Uniswap/examples/pull/61).
Hi @weixin3046 @freebyte , The result of the create2 function depends on the deploy address of the factory, the token addresses and the init_code_hash. The deploy address of the factory...
> could you remove the depdnency on @ethersproject/address I'll look into it, it's only used once in the project I think.
Yes this is still relevant. This can be merged after rerunning the actions.