Rename deployer to sol-compiler

This commit is contained in:
Leonid Logvinov
2018-05-08 15:42:07 +02:00
parent 96037aed52
commit a6f72de09d
66 changed files with 142 additions and 179 deletions

View File

@@ -0,0 +1,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 '*',
};