Skip to content

Commit f18e191

Browse files
authored
Apply suggestions from code review
1 parent 96f1ae7 commit f18e191

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
"bignumber.js": "^9.0.0",
4040
"chai": "^4.2.0",
4141
"ethereum-waffle": "^3.2.1",
42-
"ethereumjs-util": "^7.0.7",
4342
"ethers": "5.0.18",
4443
"hardhat": "^2.0.6",
4544
"pre-commit": "^1.2.2",

test/utils/signatures.ts

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
solidityPack,
77
splitSignature,
88
} from 'ethers/lib/utils'
9-
import { ecsign } from 'ethereumjs-util'
109
import { BigNumberish, Wallet } from 'ethers'
1110

1211
export const EIP712_DOMAIN_TYPEHASH = keccak256(

0 commit comments

Comments
 (0)