You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Uniswap uses CREATE2 to determine the address of a pool. The advantage is that the address of a pool with two specific tokens and a specific fee tier is deterministic and computable wether the pool is deployed or not.
The SDK uses it in computePoolAddress.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the file "v3-sdk/src/constants.ts" and line number 5, what is the importance of "POOL_INIT_CODE_HASH"?
The text was updated successfully, but these errors were encountered: