From 9c94312ec6c978c743b9b511b2aeaa231d89173c Mon Sep 17 00:00:00 2001 From: 0xapp123 <36965207+0xapp123@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:32:38 +0900 Subject: [PATCH] fix: update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac6ae43e..7906dd3f 100644 --- a/README.md +++ b/README.md @@ -25,14 +25,14 @@ node ./dist/index.js removeliquidity --pool 2MMjLmVMBWChxfWT3baZ3Xq57c1Z3UyVoQUZ ``` ### creates pool, adds liq, removes liq: -'''cmd +```cmd node ./dist/index.js createpool-remove --market "FLxNH1ciyL1LNfbWm9aMBS235K9ti2iyGd9SNdwECkzU" --base-amount 850000000 --quote-amount 8 --delay-seconds 0 - +``` ### creates pool, adds liq, removes liq ncludes bundle buys: -'''cmd +```cmd node ./dist/index.js createpool-buy-remove --market "48YUgRMkxk7fGSVdxMWzJVgoBJ1jDtp9nvkPgHXCo7RE" --base-amount 850000000 --quote-amount 8 --buy-token "base" --buy-amount 350000000 --delay-seconds 1 - +``` ### Unwrap Sol: ```cmd