Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Remove hardcoded nethash
Browse files Browse the repository at this point in the history
  • Loading branch information
Gina Contrino committed Oct 11, 2017
1 parent 3706599 commit 23e6a71
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/login/networks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import i18next from 'i18next';
import env from '../../constants/env';

export default () => ([
{
Expand All @@ -15,9 +14,5 @@ export default () => ([
name: i18next.t('Custom Node'),
custom: true,
address: 'http://localhost:4000',
...(env.production ? {} : {
testnet: true,
nethash: '198f2b61a8eb95fbeed58b8216780b68f697f26b849acf00c8c93bb9b24f783d',
}),
},
]);

0 comments on commit 23e6a71

Please sign in to comment.