Add test vector source
This commit is contained in:
parent
6470cf54e3
commit
7a566c6988
@ -4,6 +4,7 @@ import 'mocha';
|
|||||||
|
|
||||||
describe('ZeroEx library', () => {
|
describe('ZeroEx library', () => {
|
||||||
describe('#isValidSignature', () => {
|
describe('#isValidSignature', () => {
|
||||||
|
// Source: https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_sign
|
||||||
const data = '0xdeadbeaf';
|
const data = '0xdeadbeaf';
|
||||||
const signature = {
|
const signature = {
|
||||||
v: 27,
|
v: 27,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user