We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c1778 commit e78a1d9Copy full SHA for e78a1d9
modules/sdk-core/src/account-lib/util/crypto.ts
@@ -1,4 +1,5 @@
1
-import { bip32, ECPair, networks } from '@bitgo/utxo-lib';
+import { networks } from '@bitgo/utxo-lib';
2
+import { bip32, ECPair } from '@bitgo/secp256k1';
3
import * as hex from '@stablelib/hex';
4
import bs58 from 'bs58';
5
import * as bls from 'noble-bls12-381';
0 commit comments