Add EIP 712 helpers (#2418)
Showing
contracts/drafts/EIP712.sol
0 → 100644
contracts/drafts/README.adoc
0 → 100644
contracts/mocks/EIP712External.sol
0 → 100644
| ... | @@ -60,7 +60,9 @@ | ... | @@ -60,7 +60,9 @@ |
| "eslint-plugin-node": "^10.0.0", | "eslint-plugin-node": "^10.0.0", | ||
| "eslint-plugin-promise": "^4.2.1", | "eslint-plugin-promise": "^4.2.1", | ||
| "eslint-plugin-standard": "^4.0.1", | "eslint-plugin-standard": "^4.0.1", | ||
| "eth-sig-util": "^3.0.0", | |||
| "ethereumjs-util": "^7.0.7", | "ethereumjs-util": "^7.0.7", | ||
| "ethereumjs-wallet": "^1.0.1", | |||
| "lodash.startcase": "^4.4.0", | "lodash.startcase": "^4.4.0", | ||
| "lodash.zip": "^4.2.0", | "lodash.zip": "^4.2.0", | ||
| "micromatch": "^4.0.2", | "micromatch": "^4.0.2", | ||
| ... | ... |
test/drafts/EIP712.test.js
0 → 100644
Please
register
or
sign in
to comment