We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
please make this function internal or public:
function createPool( PoolManager manager, IHooks hooks, uint24 fee, uint160 sqrtPriceX96, bytes memory initData ) private returns (PoolKey memory key, PoolId id)
The general flow of creating hooks in Tests is:
create the PoolManager with Deployers.createPoolManager() create the Hook and pass in the poolManager create the pool with Deployers.createPool
The text was updated successfully, but these errors were encountered:
Looks like the helper contract was changed recently, pool creation is now available as initPool(internal)
initPool
#407
Sorry, something went wrong.
Closing - that PR should help pool creation. Let us know if this doesn't resolve your request
No branches or pull requests
Component
No response
Describe the suggested feature and problem it solves.
please make this function internal or public:
function createPool(
PoolManager manager,
IHooks hooks,
uint24 fee,
uint160 sqrtPriceX96,
bytes memory initData
) private returns (PoolKey memory key, PoolId id)
The general flow of creating hooks in Tests is:
create the PoolManager with Deployers.createPoolManager()
create the Hook and pass in the poolManager
create the pool with Deployers.createPool
Describe the desired implementation.
No response
Describe alternatives.
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: