aboutsummaryrefslogtreecommitdiffstats
path: root/packages/forwarder-helper/src/constants.ts
blob: 0ad30e4c0a457f07d8b44c2677872ac379bd1055 (plain) (blame)
1
2
3
4
5
import { BigNumber } from '@0xproject/utils';

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