Refactor web3Wrapper to a separate package
This commit is contained in:
@@ -19,7 +19,7 @@ const compilerOpts: CompilerOptions = {
|
||||
optimizerEnabled: constants.optimizerEnabled,
|
||||
};
|
||||
const compiler = new Compiler(compilerOpts);
|
||||
const deployerOpts: DeployerOptions = {
|
||||
const deployerOpts = {
|
||||
artifactsDir,
|
||||
networkId: constants.networkId,
|
||||
jsonrpcPort: constants.jsonrpcPort,
|
||||
|
Reference in New Issue
Block a user