diff --git a/dist/bundle.js b/dist/bundle.js index 26ad01d..fc6c985 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -1135,7 +1135,7 @@ var Lbryio = { authenticationPromise: null, exchangePromise: null, exchangeLastFetched: null, - CONNECTION_STRING: 'https://api.lbry.io/' + CONNECTION_STRING: 'https://api.lbry.com/' }; var EXCHANGE_RATE_TIMEOUT = 20 * 60 * 1000; diff --git a/src/lbryio.js b/src/lbryio.js index 9ea68ff..59940fa 100644 --- a/src/lbryio.js +++ b/src/lbryio.js @@ -7,7 +7,7 @@ const Lbryio = { authenticationPromise: null, exchangePromise: null, exchangeLastFetched: null, - CONNECTION_STRING: 'https://api.lbry.io/', + CONNECTION_STRING: 'https://api.lbry.com/', }; const EXCHANGE_RATE_TIMEOUT = 20 * 60 * 1000;