mirror of
https://github.com/fdundjer/solana-sniper-bot.git
synced 2026-06-22 04:11:27 +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_DURATION=60000
|
||||||
FILTER_CHECK_INTERVAL=2000
|
FILTER_CHECK_INTERVAL=2000
|
||||||
CONSECUTIVE_FILTER_MATCHES=3
|
CONSECUTIVE_FILTER_MATCHES=3
|
||||||
CHECK_IF_MUTABLE=true
|
CHECK_IF_MUTABLE=false
|
||||||
CHECK_IF_MINT_IS_RENOUNCED=true
|
CHECK_IF_MINT_IS_RENOUNCED=true
|
||||||
CHECK_IF_FREEZABLE=true
|
CHECK_IF_FREEZABLE=false
|
||||||
CHECK_IF_BURNED=true
|
CHECK_IF_BURNED=true
|
||||||
MIN_POOL_SIZE=5
|
MIN_POOL_SIZE=5
|
||||||
MAX_POOL_SIZE=50
|
MAX_POOL_SIZE=50
|
||||||
|
|||||||
Reference in New Issue
Block a user