Skip to content

Commit a250284

Browse files
committed
fix liquidity migration test
1 parent 9f138ad commit a250284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/coins/test/LiquidityMigration.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ contract LiquidityMigrationTest is BaseTest {
416416
coin.migrateLiquidity(newHook, "");
417417

418418
// Now fix the bug by etching fixed hook code onto the old hook address
419-
bytes memory creationCode = HooksDeployment.contentCoinCreationCode(address(poolManager), coinVersionLookup, new address[](0), upgradeGate);
419+
bytes memory creationCode = HooksDeployment.makeHookCreationCode(address(poolManager), coinVersionLookup, new address[](0), upgradeGate);
420420

421421
(IHooks fixedHook, ) = HooksDeployment.deployHookWithExistingOrNewSalt(address(this), creationCode, bytes32(0));
422422

0 commit comments

Comments
 (0)