mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-14 07:26:46 +00:00
fix: Update meteora create dynamic pool test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user