add a test constant for ZRX decimals

This commit is contained in:
Jacob Evans
2017-11-22 10:54:09 +11:00
parent 15628a1206
commit 4bfb1fcc71
2 changed files with 29 additions and 25 deletions

View File

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