Seed Support #56

Closed
ocnios wants to merge 173 commits from master into build
Showing only changes of commit 2e2805fc47 - Show all commits

View file

@ -7,10 +7,10 @@ const lbryio = {
_accessToken: getLocal('accessToken'),
_authenticationPromise: null,
_user : null,
enabled: true
enabled: false
};
const CONNECTION_STRING = 'http://localhost:8080/';
const CONNECTION_STRING = 'https://api.lbry.io/';
const EXCHANGE_RATE_TIMEOUT = 20 * 60 * 1000;
lbryio.getExchangeRates = function() {