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