aboutsummaryrefslogblamecommitdiffstats
path: root/packages/asset-buyer/src/constants.ts
blob: c0a1b090e06e8efa1585280285279d8e7ad38d2a (plain) (tree)
1
2
3
4
5
6



                                             
                                                               
  
import { BigNumber } from '@0xproject/utils';

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