diff --git a/tracktokens-smartcontracts.py b/tracktokens-smartcontracts.py index 8ca614c..2dfc776 100755 --- a/tracktokens-smartcontracts.py +++ b/tracktokens-smartcontracts.py @@ -42,7 +42,7 @@ def retryRequest(tempserverlist, apicall): def multiRequest(apicall, net): - testserverlist = ['http://0.0.0.0:8495/'] + testserverlist = ['https://testnet-flosight.duckdns.org/','http://0.0.0.0:8495/'] mainserverlist = ['https://flosight.duckdns.org/','http://0.0.0.0:9495/'] if net == 'mainnet': return retryRequest(mainserverlist, apicall)