We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f1ae7 commit f18e191Copy full SHA for f18e191
package.json
@@ -39,7 +39,6 @@
39
"bignumber.js": "^9.0.0",
40
"chai": "^4.2.0",
41
"ethereum-waffle": "^3.2.1",
42
- "ethereumjs-util": "^7.0.7",
43
"ethers": "5.0.18",
44
"hardhat": "^2.0.6",
45
"pre-commit": "^1.2.2",
test/utils/signatures.ts
@@ -6,7 +6,6 @@ import {
6
solidityPack,
7
splitSignature,
8
} from 'ethers/lib/utils'
9
-import { ecsign } from 'ethereumjs-util'
10
import { BigNumberish, Wallet } from 'ethers'
11
12
export const EIP712_DOMAIN_TYPEHASH = keccak256(
0 commit comments