aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils/constants.ts
blob: 5a5ba0e0a78a40d6b3cf7326eec0a6b1e0857b05 (plain) (blame)
1
2
3
4
export const constants = {
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
    TESTRPC_NETWORK_ID: 50,
};