Commit 82285432 authored by Mark Tyneway's avatar Mark Tyneway

contracts-governance: fix sleep in deploy

parent fd0709b3
...@@ -83,8 +83,8 @@ const deployFn: DeployFunction = async (hre: HardhatRuntimeEnvironment) => { ...@@ -83,8 +83,8 @@ const deployFn: DeployFunction = async (hre: HardhatRuntimeEnvironment) => {
`GovernanceToken.owner() upgraded to unknown address ${owner}` `GovernanceToken.owner() upgraded to unknown address ${owner}`
) )
} }
await sleep(5000)
} }
await sleep(5000)
} }
deployFn.tags = ['MintManager'] deployFn.tags = ['MintManager']
......
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