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

@@ -1,4 +1,4 @@
import { ContractArtifact } from '@0xproject/deployer';
import { ContractArtifact } from '@0xproject/sol-compiler';
import { BlockchainLifecycle, devConstants } from '@0xproject/dev-utils';
import { LogWithDecodedArgs } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';