feat: update readme

This commit is contained in:
Filip Dunder
2024-03-24 19:17:12 +01:00
parent c53a5062dd
commit 9a16a82e06

View File

@ -23,7 +23,7 @@ To run the script you need to:
- USE_SNIPE_LIST (buy only tokens listed in snipe-list.txt) - USE_SNIPE_LIST (buy only tokens listed in snipe-list.txt)
- SNIPE_LIST_REFRESH_INTERVAL (how often snipe list should be refreshed in milliseconds) - SNIPE_LIST_REFRESH_INTERVAL (how often snipe list should be refreshed in milliseconds)
- CHECK_IF_MINT_IS_RENOUNCED (script will buy only if mint is renounced) - CHECK_IF_MINT_IS_RENOUNCED (script will buy only if mint is renounced)
- MIN_POOL_SIZE (script will buy only if pool size is greater than specified amount) - MIN_POOL_SIZE (EXPERIMENTAL) (script will buy only if pool size is greater than specified amount)
- set to 0 to disable pool size check - set to 0 to disable pool size check
- Install dependencies by typing: `npm install` - Install dependencies by typing: `npm install`
- Run the script by typing: `npm run buy` in terminal - Run the script by typing: `npm run buy` in terminal