fix: Update meteora create dynamic pool test

This commit is contained in:
quangkeu95
2025-01-13 23:02:04 +07:00
parent edaaa36cee
commit 76ac0d8d4b

View File

@@ -34,10 +34,10 @@ async function main() {
// Delay for 5 seconds
await new Promise((resolve) => setTimeout(resolve, 5000));
const tokenAAmount = new BN(1000);
const tokenBAmount = new BN(5);
const tokenAAmount = new BN(1000 * 10 ** 6);
const tokenBAmount = new BN(5 * 10 ** 6);
const params = {
tradeFeeNumerator: 250,
tradeFeeNumerator: 2500,
activationPoint: null,
hasAlphaVault: false,
activationType: 0,