diff --git a/package.json b/package.json index 1a44727328805503bce94a36a9444701d9f779da..20f1fa6b84e32b84cc6c0a419bff258e5aa72bba 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ }, "dependencies": { "@parity/api": "^2.1.22", - "@parity/light.js": "https://github.com/parity-js/light.js#f62bb37782ed32eb74a8bb0cc428632d3a8c6d45", + "@parity/light.js": "https://github.com/parity-js/light.js#c531c68b5268a1bf7aba1f43424f440b2bde7828", "axios": "^0.18.0", "electron": "^2.0.0", "electron-dl": "^1.11.0", diff --git a/src/App/App.js b/src/App/App.js index 795d191e8861c0c642afed2b72af7e2e06b049ed..195acad96d8000597bd0373da41b37d0385b2c7e 100644 --- a/src/App/App.js +++ b/src/App/App.js @@ -7,6 +7,7 @@ import React, { Component } from 'react'; import { BrowserRouter, MemoryRouter, Route, Link } from 'react-router-dom'; import CreateAccount from '../Accounts/CreateAccount'; +import Health from '../Health'; import Loading from '../Loading'; import ProtectedRoute from './ProtectedRoute'; import Receive from '../Receive'; @@ -42,6 +43,7 @@ class App extends Component {