blob: 31491c80a95f5e95d384d1ac37161800ee9084db (
plain) (
blame)
1
2
3
4
|
import { BigNumber } from '@0x/utils';
export const BIG_NUMBER_ZERO = new BigNumber(0);
export const ethDecimals = 18;
export const DEFAULT_ZERO_EX_CONTAINER_SELECTOR = '#zeroExInstantContainer';
|