chore: switch white/blacklist to option

This commit is contained in:
Matthias
2025-11-06 07:10:05 +01:00
parent 7526fd0e0d
commit 3bad6d3341

View File

@@ -120,8 +120,9 @@ class MarketCapPairList(IPairList):
"help": "Refresh period in seconds",
},
"mode": {
"type": "string",
"type": "option",
"default": "whitelist",
"options": ["whitelist", "blacklist"],
"description": "Mode of operation",
"help": "Mode of operation (whitelist/blacklist)",
},