if (ethereumNode.isEth) {
          if (process.platform === 'win32') {
            keystorePath = `${Settings.appDataPath}\\Web3\\keys`;
          } else {
            keystorePath += '/.web3/keys';