aboutsummaryrefslogblamecommitdiffstats
path: root/test/utils/constants.ts
blob: b677d736193727a1e7902d84079872b282d803d1 (plain) (tree)
1
2
3
4
5
6
7



                                                               
                           
                                                 
  
export const constants = {
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
    RPC_HOST: 'localhost',
    RPC_PORT: 8545,
    TESTRPC_NETWORK_ID: 50,
    KOVAN_RPC_URL: 'https://kovan.0xproject.com',
};