Skip to content

Commit 70b3039

Browse files
committed
Remove engine requirements + add provider debugging code
1 parent 7fe724c commit 70b3039

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"@polymathnetwork/polymath-scripts/polymath-core"
1010
]
1111
},
12-
"engines": {
13-
"node": "8.11.4",
14-
"yarn": "1.12.3",
15-
"npm": "6.11.3"
16-
},
1712
"version": "1.0.0-beta.0",
1813
"scripts": {
1914
"changelog": "node ./config/changelog.js",

packages/polymath-ui/src/components/EthNetworkWrapper/actions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const init = (networks: Array<string>) => async (dispatch: Function) => {
108108
const network = getNetworkInfo(networkId);
109109
const accounts = await web3.eth.getAccounts();
110110

111+
console.log('URL', process.env.REACT_APP_NODE_WS, network.url);
111112
// Instantiate Web3 Web Socket
112113
web3WS = new Web3(process.env.REACT_APP_NODE_WS || network.url);
113114

0 commit comments

Comments
 (0)