Skip to content

Commit

Permalink
Update HD Path
Browse files Browse the repository at this point in the history
  • Loading branch information
boczeratul committed Apr 19, 2019
1 parent 97ecf38 commit 4067432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4067432

Please sign in to comment.