Move NULL_BYTES to @0xproject/utils

This commit is contained in:
Fabio Berger
2018-04-11 22:00:54 +09:00
parent b146acc69e
commit f892b7dbf6
10 changed files with 35 additions and 117 deletions

View File

@@ -6,5 +6,4 @@ export const constants = {
KOVAN_RPC_URL: 'https://kovan.infura.io/',
ROPSTEN_RPC_URL: 'https://ropsten.infura.io/',
ZRX_DECIMALS: 18,
NULL_BYTES: '0x',
};