Removed console log from handlebars
This commit is contained in:
@@ -68,7 +68,6 @@ export class {{contractName}}Contract extends BaseContract {
|
|||||||
);
|
);
|
||||||
const iface = new ethers.utils.Interface(abi);
|
const iface = new ethers.utils.Interface(abi);
|
||||||
const deployInfo = iface.deployFunction;
|
const deployInfo = iface.deployFunction;
|
||||||
console.log('*'.repeat(50), `\n${JSON.stringify(deployInfo)}`);
|
|
||||||
const txData = deployInfo.encode(bytecode, [{{> params inputs=ctor.inputs}}]);
|
const txData = deployInfo.encode(bytecode, [{{> params inputs=ctor.inputs}}]);
|
||||||
const web3Wrapper = new Web3Wrapper(provider);
|
const web3Wrapper = new Web3Wrapper(provider);
|
||||||
const txDataWithDefaults = await BaseContract._applyDefaultsToTxDataAsync(
|
const txDataWithDefaults = await BaseContract._applyDefaultsToTxDataAsync(
|
||||||
|
Reference in New Issue
Block a user