update to lbry.com

This commit is contained in:
Sean Yesmunt 2019-03-21 13:22:27 -04:00
parent c85059398b
commit 437260f3da
2 changed files with 2 additions and 2 deletions

2
dist/bundle.js vendored
View file

@ -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;

View file

@ -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;