Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
 & Fix electron default
  • Loading branch information
davehlong committed Jul 22, 2019
1 parent b78d81f commit 6b4521f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function createWindow() {
webPreferences: {
nativeWindowOpen: true,
nodeIntegrationInWorker: true,
nodeIntegration: true
},
};

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "plenteumwallet",
"productName": "PlenteumWallet",
"description": "Plenteum GUI Wallet",
"version": "v0.4.0",
"version": "v0.4.5",
"homepage": "https://github.com/plenteum/plenteum-wallet-electron",
"repository": "https://github.com/plenteum/plenteum-wallet-electron",
"main": "main.js",
Expand Down
5 changes: 2 additions & 3 deletions src/js/ws_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ config.walletServiceConfigFormat = "json";
config.walletServiceRpcPort = 8070;

// block explorer url, the [[TX_HASH]] will be substituted w/ actual transaction hash
config.blockExplorerUrl = 'http://eblock-explorer.plenteum.com/?hash=[[TX_HASH]]#blockchain_transaction';
config.blockExplorerUrl = 'http://block-explorer.plenteum.com/?hash=[[TX_HASH]]#blockchain_transaction';

// default remote node to connect to, set this to a known reliable node for 'just works' user experience
config.remoteNodeDefaultHost = 'two.public.plenteum.com';
Expand All @@ -43,8 +43,7 @@ config.remoteNodeListFiltered = false;
// fallback remote node list, in case fetching update failed, fill this with known to works remote nodes
config.remoteNodeListFallback = [
'two.public.plenteum.com:44016',
'three.public.plenteum.com:44016',
'four.public.plenteum.com:44016',
'three.public.plenteum.com:44016'
];

// your currency name
Expand Down

0 comments on commit 6b4521f

Please sign in to comment.