update to lbry.com
This commit is contained in:
parent
c85059398b
commit
437260f3da
2 changed files with 2 additions and 2 deletions
2
dist/bundle.js
vendored
2
dist/bundle.js
vendored
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue