Switch over to Lerna + Yarn Workspaces setup for a mono-repo approach
This commit is contained in:
8
packages/0x.js/test/utils/constants.ts
Normal file
8
packages/0x.js/test/utils/constants.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const constants = {
|
||||
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
|
||||
RPC_HOST: 'localhost',
|
||||
RPC_PORT: 8545,
|
||||
TESTRPC_NETWORK_ID: 50,
|
||||
KOVAN_RPC_URL: 'https://kovan.infura.io',
|
||||
ROPSTEN_RPC_URL: 'https://ropsten.infura.io',
|
||||
};
|
||||
Reference in New Issue
Block a user