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 ethers.getContractFactory("InstaTimelock")
|
||||||
const timelock = await Timelock.deploy(governorDelegator.address, timelockDelay)
|
const timelock = await Timelock.deploy(governorDelegator.address, timelockDelay)
|
||||||
|
|
||||||
|
await timelock.deployed()
|
||||||
|
|
||||||
console.log("InstaTokenDelegate: ", tokenDelegate.address)
|
console.log("InstaTokenDelegate: ", tokenDelegate.address)
|
||||||
console.log("InstaTokenDelegator: ", tokenDelegator.address)
|
console.log("InstaTokenDelegator: ", tokenDelegator.address)
|
||||||
console.log("InstaTimelock: ", timelock.address)
|
console.log("InstaTimelock: ", timelock.address)
|
||||||
|
@ -58,8 +60,6 @@ async function main() {
|
||||||
console.log("InstaGovernorBravoDelegator: ", governorDelegator.address)
|
console.log("InstaGovernorBravoDelegator: ", governorDelegator.address)
|
||||||
console.log()
|
console.log()
|
||||||
|
|
||||||
await timelock.deployed()
|
|
||||||
|
|
||||||
await hre.run("verify:verify", {
|
await hre.run("verify:verify", {
|
||||||
address: tokenDelegate.address,
|
address: tokenDelegate.address,
|
||||||
constructorArguments: []
|
constructorArguments: []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user