Setup blockchain snapshotting before/after every test, implemented unit tests for exchangeWrapper.isValidSignature
This commit is contained in:
5
test/utils/constants.ts
Normal file
5
test/utils/constants.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export const constants = {
|
||||
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
|
||||
RPC_HOST: 'localhost',
|
||||
RPC_PORT: 8545,
|
||||
};
|
Reference in New Issue
Block a user