mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
Minor change
This commit is contained in:
parent
76f189dcc5
commit
1a639794d7
|
@ -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: []
|
||||
|
|
Loading…
Reference in New Issue
Block a user