fix: Update initPrice when creating DLMM pool

This commit is contained in:
quangkeu95
2025-01-11 08:59:49 +07:00
parent dd8ef31205
commit e5fb59dd47
4 changed files with 74 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ export async function createMeteoraDlmmPool(
);
const activateBinId = DLMM.getBinIdFromPrice(
initialPrice,
initPrice,
binStep,
!priceRoundingUp,
);