Fix build

This commit is contained in:
Amir Bandeali
2019-06-23 17:45:31 -07:00
parent 0099cdd6ad
commit 4f6f126952
2 changed files with 104 additions and 80 deletions

View File

@@ -58,4 +58,5 @@ export const constants = {
ZERO_AMOUNT: new BigNumber(0),
PERCENTAGE_DENOMINATOR: new BigNumber(10).pow(18),
TIME_BUFFER: new BigNumber(1000),
KECCAK256_NULL: ethUtil.addHexPrefix(ethUtil.bufferToHex(ethUtil.SHA3_NULL)),
};