mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2025-11-09 20:12:06 +10:00
set freezable and mutable filter to false by default
This commit is contained in:
@ -42,9 +42,9 @@ SNIPE_LIST_REFRESH_INTERVAL=30000
|
||||
FILTER_CHECK_DURATION=60000
|
||||
FILTER_CHECK_INTERVAL=2000
|
||||
CONSECUTIVE_FILTER_MATCHES=3
|
||||
CHECK_IF_MUTABLE=true
|
||||
CHECK_IF_MUTABLE=false
|
||||
CHECK_IF_MINT_IS_RENOUNCED=true
|
||||
CHECK_IF_FREEZABLE=true
|
||||
CHECK_IF_FREEZABLE=false
|
||||
CHECK_IF_BURNED=true
|
||||
MIN_POOL_SIZE=5
|
||||
MAX_POOL_SIZE=50
|
||||
|
||||
Reference in New Issue
Block a user