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
Currently airlock.migrate(address asset) and ILiquidityMigrator.migrate(...) feels a little restrictive for "BYO migrator" functionality
I.e. to migrate to a v4 pool, asset creators may want to encode and configure a few different CLAMM positions. More so, other DEXes may require different parameters for liquidity provision
The text was updated successfully, but these errors were encountered:
Main problem is that airlock.migrate(...) is permissionless, this means that we cannot really trust its inputs and this makes me uncomfortable to forward "random" bytes to ILiquidityMigrator.migrate(...).
clemlak
changed the title
(improvement) Allow arbitrary bytes calldata for migrations
Allow arbitrary bytes calldata for migrations
Feb 7, 2025
Currently
airlock.migrate(address asset)
andILiquidityMigrator.migrate(...)
feels a little restrictive for "BYO migrator" functionalityI.e. to migrate to a v4 pool, asset creators may want to encode and configure a few different CLAMM positions. More so, other DEXes may require different parameters for liquidity provision
The text was updated successfully, but these errors were encountered: