From 437260f3dad2321e892388b68749ee6af01aff2b Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 21 Mar 2019 13:22:27 -0400 Subject: [PATCH] update to lbry.com --- dist/bundle.js | 2 +- src/lbryio.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;