Minor change

This commit is contained in:
Mubaris NK 2021-03-29 10:30:39 +05:30
parent 76f189dcc5
commit 1a639794d7
No known key found for this signature in database
GPG Key ID: 9AC09AD0F8D68561

View File

@ -51,6 +51,8 @@ async function main() {
const Timelock = await ethers.getContractFactory("InstaTimelock")
const timelock = await Timelock.deploy(governorDelegator.address, timelockDelay)
await timelock.deployed()
console.log("InstaTokenDelegate: ", tokenDelegate.address)
console.log("InstaTokenDelegator: ", tokenDelegator.address)
console.log("InstaTimelock: ", timelock.address)
@ -58,8 +60,6 @@ async function main() {
console.log("InstaGovernorBravoDelegator: ", governorDelegator.address)
console.log()
await timelock.deployed()
await hre.run("verify:verify", {
address: tokenDelegate.address,
constructorArguments: []