From 4067432e92e59168e62cb4834bd3d0de6b5481e1 Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Fri, 19 Apr 2019 15:12:50 +0800 Subject: [PATCH] Update HD Path --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 76eee18..42521a3 100644 --- a/index.js +++ b/index.js @@ -3,7 +3,7 @@ const ethUtil = require('ethereumjs-util') const Transaction = require('ethereumjs-tx') const HDKey = require('hdkey') const TrezorConnect = require('trezor-connect').default -const hdPathString = `m/44'/60'/0'/0` +const hdPathString = `m/44'/237'/0'/0` const keyringType = 'Trezor Hardware' const pathBase = 'm' const MAX_INDEX = 1000 diff --git a/package.json b/package.json index 628e061..0a51c6e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "eth-trezor-keyring", + "name": "@dexon-foundation/eth-trezor-keyring", "version": "0.4.0", "description": "A MetaMask compatible keyring, for trezor hardware wallets", "main": "index.js",