Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Replace URI
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Mar 24, 2021
1 parent 04b9146 commit e508eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/LoadingScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class LoadingScreen extends Component<Props, LoadingScreenState> {
loadServerURI = () => {
// Try to read the default server
const store = new Store();
const server = store.get('lightd/serveruri', 'https://lightwalletd.zecwallet.co:1443');
const server = store.get('lightd/serveruri', 'https://lwdv2.zecwallet.co:1443');

const newstate = new LoadingScreenState();
Object.assign(newstate, this.state);
Expand Down
2 changes: 1 addition & 1 deletion app/components/ServerSelectModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function ServerSelectModal({ modalIsOpen, closeModal, openErrorMo
};

const servers = [
{ name: 'Zecwallet (Default)', uri: 'https://lightwalletd.zecwallet.co:1443' },
{ name: 'Zecwallet (Default)', uri: 'https://lwdv2.zecwallet.co:1443' },
{ name: 'Zecwallet (Backup)', uri: 'https://lightd-main.zecwallet.co:443' },
{ name: 'ZcashFR (Community)', uri: 'https://lightd-main.zcashfr.io:443' }
];
Expand Down

0 comments on commit e508eaf

Please sign in to comment.