diff --git a/migrations/3_deploy_node_ingress_rules_contract.js b/migrations/3_deploy_node_ingress_rules_contract.js index ab4f4d32..d4396349 100644 --- a/migrations/3_deploy_node_ingress_rules_contract.js +++ b/migrations/3_deploy_node_ingress_rules_contract.js @@ -29,8 +29,7 @@ module.exports = async(deployer, network) => { // exit early if we are NOT redeploying this contract if (retainCurrentRulesContract) { console.log("not deploying NodeRules because retain=" + retainCurrentRulesContract); - let nodeRulesContract = await NodeRules.deployed(); - logCurrentAllowlist(nodeRulesContract); + logCurrentAllowlist(await Rules.deployed()); return; } if (! nodeIngress) {