Setup blockchain snapshotting before/after every test, implemented unit tests for exchangeWrapper.isValidSignature

This commit is contained in:
Fabio Berger
2017-05-26 17:12:22 +02:00
parent f4bf9fc423
commit 555bac19cb
7 changed files with 204 additions and 0 deletions

5
test/utils/constants.ts Normal file
View File

@@ -0,0 +1,5 @@
export const constants = {
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
RPC_HOST: 'localhost',
RPC_PORT: 8545,
};