Commit 748f5e02 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: add back in predeploys check

parent e4aba89d
...@@ -585,10 +585,7 @@ task( ...@@ -585,10 +585,7 @@ task(
).setAction(async (_, hre: HardhatRuntimeEnvironment) => { ).setAction(async (_, hre: HardhatRuntimeEnvironment) => {
// Ensure that all the predeploys exist, including the not // Ensure that all the predeploys exist, including the not
// currently configured ones // currently configured ones
await checkPredeploys(hre)
// TODO: this check takes some time
//await checkPredeploys(hre)
// Check the currently configured predeploys // Check the currently configured predeploys
for (const [name, fn] of Object.entries(check)) { for (const [name, fn] of Object.entries(check)) {
const address = predeploys[name] const address = predeploys[name]
......
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