Update 0x.js version, fix build errors

This commit is contained in:
Amir Bandeali
2017-12-07 00:45:41 -08:00
parent 548fda8dba
commit 2cc410e61f
9 changed files with 41 additions and 60 deletions

View File

@@ -2,4 +2,5 @@ export const constants = {
NULL_BYTES: '0x',
INVALID_OPCODE: 'invalid opcode',
REVERT: 'revert',
TESTRPC_NETWORK_ID: 50,
};