set freezable and mutable filter to false by default

This commit is contained in:
Theo Brigitte
2024-04-21 16:28:33 +02:00
parent 1991390121
commit 19e012c8e1

View File

@ -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