Files
protocol/packages/deployer/test/util/constants.ts
Leonid Logvinov c1d6c7ff66 Fix a typo
2018-04-02 14:45:59 +03:00

13 lines
402 B
TypeScript

import { BigNumber } from '@0xproject/utils';
export const constants = {
networkId: 0,
jsonrpcUrl: 'http://localhost:8545',
optimizerEnabled: false,
gasPrice: new BigNumber(20000000000),
timeoutMs: 30000,
zrxTokenAddress: '0xe41d2489571d322189246dafa5ebde1f4699f498',
tokenTransferProxyAddress: '0x8da0d80f5007ef1e431dd2127178d224e32c2ef4',
specifiedContracts: '*',
};