feat: Update default coins
All checks were successful
Build Docker / BuildImage (push) Successful in 34s
All checks were successful
Build Docker / BuildImage (push) Successful in 34s
This commit is contained in:
parent
e84c39030d
commit
fb8136f3b6
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user