Make getZRXTokenAddress non async

This commit is contained in:
Leonid Logvinov
2017-11-21 16:50:14 -06:00
parent 131236305b
commit 63dc606a9c
11 changed files with 40 additions and 56 deletions

View File

@@ -2,6 +2,8 @@ export const constants = {
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
RPC_HOST: 'localhost',
RPC_PORT: 8545,
ROPSTEN_NETWORK_ID: 3,
KOVAN_NETWORK_ID: 42,
TESTRPC_NETWORK_ID: 50,
KOVAN_RPC_URL: 'https://kovan.infura.io',
ROPSTEN_RPC_URL: 'https://ropsten.infura.io',