mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-09 20:12:06 +10:00
fix: Update LOG_LEVEL in .env.copy to trace
Updated the `LOG_LEVEL` to make the bot more chatty about what's happening. Signed-off-by: Alexandru Higyedi <onerootboii@proton.me>
This commit is contained in:
committed by
GitHub
parent
5a49cfd12a
commit
f98ff97f0d
@ -7,7 +7,7 @@ RPC_WEBSOCKET_ENDPOINT=wss://api.mainnet-beta.solana.com
|
||||
COMMITMENT_LEVEL=confirmed
|
||||
|
||||
# Bot
|
||||
LOG_LEVEL=debug
|
||||
LOG_LEVEL=trace
|
||||
ONE_TOKEN_AT_A_TIME=true
|
||||
PRE_LOAD_EXISTING_MARKETS=false
|
||||
CACHE_NEW_MARKETS=false
|
||||
@ -45,4 +45,4 @@ CONSECUTIVE_FILTER_MATCHES=3
|
||||
CHECK_IF_MINT_IS_RENOUNCED=true
|
||||
CHECK_IF_BURNED=true
|
||||
MIN_POOL_SIZE=5
|
||||
MAX_POOL_SIZE=50
|
||||
MAX_POOL_SIZE=50
|
||||
|
||||
Reference in New Issue
Block a user