aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/test/util/constants.ts
blob: 88d6db550fbd7935598e09a7e9b1c3d808e7343f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import { BigNumber } from '@0xproject/utils';

export const constants = {
    networkId: 0,
    optimizerEnabled: false,
    gasPrice: new BigNumber(20000000000),
    timeoutMs: 30000,
    zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
    tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
    contracts: '*' as '*',
};