Add back ethers-eip712 library

This commit is contained in:
Oskar Thoren 2021-02-03 12:20:45 +08:00
parent a9d85bc589
commit 9b6ef97fea
No known key found for this signature in database
GPG Key ID: BDB55C8C0EF29911
2 changed files with 7 additions and 1 deletions

5
package-lock.json generated
View File

@ -2419,6 +2419,11 @@
"@ethersproject/wordlists": "5.0.8"
}
},
"ethers-eip712": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/ethers-eip712/-/ethers-eip712-0.2.0.tgz",
"integrity": "sha512-fgS196gCIXeiLwhsWycJJuxI9nL/AoUPGSQ+yvd+8wdWR+43G+J1n69LmWVWvAON0M6qNaf2BF4/M159U8fujQ=="
},
"ethjs-unit": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/ethjs-unit/-/ethjs-unit-0.1.6.tgz",

View File

@ -9,6 +9,7 @@
"hardhat": "^2.0.8"
},
"dependencies": {
"@openzeppelin/contracts": "^3.3.0"
"@openzeppelin/contracts": "^3.3.0",
"ethers-eip712": "^0.2.0"
}
}