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

export const constants = {
    ZERO_AMOUNT: new BigNumber(0),
    NULL_ADDRESS: '0x0000000000000000000000000000000000000000',
    MAINNET_NETWORK_ID: 1,
};