feat: Update default coins
All checks were successful
Build Docker / BuildImage (push) Successful in 34s

This commit is contained in:
Nathan Woodburn 2024-06-27 12:11:02 +10:00
parent e84c39030d
commit fb8136f3b6
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -367,7 +367,7 @@ def donate():
coinNames = json.loads(coinNames) coinNames = json.loads(coinNames)
coins = '' coins = ''
default_coins = ['btc', 'eth', 'hns','sol','bnb','xrp','ada'] default_coins = ['btc', 'eth', 'hns','sol','xrp','ada','dot']
for file in coinList: for file in coinList: