aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/constants.ts
blob: 2e9a84e64ceeed027b00e6fbd1fa6d2da56b6513 (plain) (blame)
1
2
3
4
5
6
7
export const constants = {
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
    RPC_HOST: 'localhost',
    RPC_PORT: 8545,
    RPC_NETWORK_ID: 50,
    KOVAN_RPC_URL: 'https://kovan.0xproject.com',
};