Skip to content

Commit e78a1d9

Browse files
feat: use bitgo/secp256k1 for bip32/xprv/xpub operations
Ticket: WP-4242 TICKET: WP-4242
1 parent 57c1778 commit e78a1d9

File tree

1 file changed

+2
-1
lines changed
  • modules/sdk-core/src/account-lib/util

1 file changed

+2
-1
lines changed

modules/sdk-core/src/account-lib/util/crypto.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { bip32, ECPair, networks } from '@bitgo/utxo-lib';
1+
import { networks } from '@bitgo/utxo-lib';
2+
import { bip32, ECPair } from '@bitgo/secp256k1';
23
import * as hex from '@stablelib/hex';
34
import bs58 from 'bs58';
45
import * as bls from 'noble-bls12-381';

0 commit comments

Comments
 (0)