aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils/constants.ts
blob: 45bf1399c094cfd7e3f934ab49ca985e7b4e1495 (plain) (blame)
1
2
3
4
5

export const constants = {
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
    TESTRPC_NETWORK_ID: 50,
};