mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-09 20:12:06 +10:00
Merge pull request #89 from warp-id/Journeytojah-patch-1
fix: Update LOG_LEVEL in .env.copy to trace
This commit is contained in:
@ -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