Add unit tests for StaticCallProxy

This commit is contained in:
Amir Bandeali
2019-06-09 19:20:47 -07:00
parent f51c4f9617
commit 0c8bb2e675
4 changed files with 263 additions and 3 deletions

View File

@@ -70,4 +70,5 @@ export const constants = {
'CANCEL_ORDERS_UP_TO',
'SET_SIGNATURE_VALIDATOR_APPROVAL',
],
KECCAK256_NULL: ethUtil.addHexPrefix(ethUtil.bufferToHex(ethUtil.SHA3_NULL)),
};