Skip to content

Commit

Permalink
Update DWH url
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrypisanko committed May 30, 2018
1 parent 4d57d27 commit da3863c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## User guide

https://docs.sonm.io/guides/sonm-wallet-guide
https://docs.sonm.io/guides/sonm-gui-guide

## What is SONM Wallet?

Expand Down
2 changes: 1 addition & 1 deletion front/src/worker/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async function ipcSend(type: string, payload?: any): Promise<any> {
return res.data || null;
}

const DWH_URL = 'http://192.99.232.105:15022/DWHServer/';
const DWH_URL = 'https://dwh-testnet.sonm.com:15022/DWHServer/';
const DEFAULT_NODES: t.INodes = {
default: 'https://mainnet.infura.io',
livenet: 'https://mainnet.infura.io',
Expand Down

0 comments on commit da3863c

Please sign in to comment.