aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js/src/utils/constants.ts
blob: 7cd5eb574f877ec4dc7fe37fd631764ee704eee9 (plain) (blame)
1
2
3
4
5
6
import { BigNumber } from '@0xproject/utils';

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