blob: 9b150b5c1cfefea937b204e985627243f56b7295 (
plain) (
blame)
1
2
3
4
5
6
|
export const constants = {
NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
RPC_HOST: 'localhost',
RPC_PORT: 8545,
KOVAN_RPC_URL: 'https://kovan.0xproject.com',
};
|