Commit 690c9c37 authored by vicotor's avatar vicotor

add gaslimit

parent d7120497
......@@ -6,7 +6,7 @@ async function main() {
// We get the contract to deploy
const Sentry = await hre.ethers.getContractFactory("ConsensusContract");
const contract = await Sentry.deploy();
const contract = await Sentry.deploy({'gasLimit':5000000});
await contract.deployed();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment