Skip to content

Commit

Permalink
use NEOX coin type of 1668
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Aug 2, 2024
1 parent 751df97 commit 1f84646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generateWallet/generateWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ function generateWalletForCoinType(
case CoinType.AVAXC:
case CoinType.POLYGON:
case CoinType.ABRITRUM:
case CoinType.NEO_X:
// TODO: can we replace this with the elliptic package which we already
// use to trim bundle size?
const pubkey = tiny.pointFromScalar(key.privateKey, false)
Expand Down

0 comments on commit 1f84646

Please sign in to comment.