From 8aa571ff3c10c10fdb7da3e246a5ec8af5bf8f70 Mon Sep 17 00:00:00 2001 From: Jordan Muir Date: Mon, 12 Oct 2020 14:57:44 -0400 Subject: [PATCH] Fix preset --- main/store/state/index.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main/store/state/index.js b/main/store/state/index.js index ef7555879..51f363060 100644 --- a/main/store/state/index.js +++ b/main/store/state/index.js @@ -145,6 +145,9 @@ const initial = { 42: { infura: 'infuraKovan' }, + 74: { + idchain: 'wss://idchain.one/ws/' + }, 100: { poa: 'https://dai.poa.network' } @@ -244,7 +247,7 @@ const initial = { } }, connection: { - primary: { on: true, current: 'custom', status: 'loading', connected: false, type: '', network: '', custom: '' }, + primary: { on: true, current: 'idchain', status: 'loading', connected: false, type: '', network: '', custom: '' }, secondary: { on: false, current: 'custom', status: 'loading', connected: false, type: '', network: '', custom: '' } } },