Move more shared utils into utils package and reuse them

This commit is contained in:
Leonid Logvinov
2017-12-08 18:01:40 +03:00
parent 6120a43fff
commit cb596c1413
29 changed files with 41 additions and 171 deletions

View File

@@ -1,7 +1,6 @@
export const constants = {
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
RPC_HOST: 'localhost',
RPC_PORT: 8545,
RPC_URL: 'http://localhost:8545',
ROPSTEN_NETWORK_ID: 3,
KOVAN_NETWORK_ID: 42,
TESTRPC_NETWORK_ID: 50,