fix import of utils in account.ts
This commit is contained in:
parent
53a740bcc3
commit
25be8ec391
|
@ -1,5 +1,5 @@
|
||||||
import { keccak256 } from 'ethereum-cryptography/keccak'
|
import { keccak256 } from 'ethereum-cryptography/keccak'
|
||||||
import { getPublicKey, sign } from 'ethereum-cryptography/secp256k1'
|
import { getPublicKey, sign, utils } from 'ethereum-cryptography/secp256k1'
|
||||||
import {
|
import {
|
||||||
bytesToHex,
|
bytesToHex,
|
||||||
concatBytes,
|
concatBytes,
|
||||||
|
|
Loading…
Reference in New Issue