aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/src/constants.ts
blob: 7f4c5a0587839c072c55008bde6ee0fd0bfaef08 (plain) (blame)
1
2
3
import { BigNumber } from '@0x/utils';
export const BIG_NUMBER_ZERO = new BigNumber(0);
export const ethDecimals = 18;