diff --git a/src/App.js b/src/App.js index c56c865..3f92a3f 100644 --- a/src/App.js +++ b/src/App.js @@ -221,8 +221,8 @@ class App extends Component this.setState({network: networkName}, function() { if (this.state.network === 'main') this.explorerAPI = 'https://explore.energi.network/api/'; - else if (this.state.network === 'test') this.explorerAPI = 'http://explore.test.energi.network/api/'; - //else if (this.state.network === 'test60x') this.explorerAPI = 'http://explore.test60x.energi.network/api/'; + else if (this.state.network === 'test') this.explorerAPI = 'https://explore.test.energi.network/api/'; + //else if (this.state.network === 'test60x') this.explorerAPI = 'https://explore.test60x.energi.network/api/'; else this.setError("Invalid network"); fetchBlockchainInfo();