aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/deploy/test/util/constants.ts
blob: 65525a1f76f64ef3ac9c44c3ad817406cc118e20 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
import {BigNumber} from 'bignumber.js';

export const constants = {
    networkId: 0,
    jsonrpcPort: 8545,
    optimizerEnabled: 0,
    gasPrice: new BigNumber(20000000000),
    timeoutMs: 20000,
    zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
    tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
};