Removed console log from handlebars
This commit is contained in:
parent
f73c68ee61
commit
05adb38a09
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user