-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add How to calculate pair address #5
Comments
Have anyone figured out how to do this with V3 yet, in Nethereum? I found a example in GoLang, but I struggle to convert it to C# poolinithash v3 eth: e34f199b19b2b4f47f68442619d555527d244f78a3297ea89325f843f87b8b54
|
@Ajes1337 If you check the first part on the OP, it includes the sorting of addresses, then it does the salt packing but now it needs to add also the fee. The message is is an array of bytes with the Address, the salt you have just created and PoolInitCodeV3.
|
Thanks to @subnet this is the code on how to calculate a pair address
For reference https://docs.uniswap.org/protocol/V2/guides/smart-contract-integration/getting-pair-addresses
The text was updated successfully, but these errors were encountered: