Skip to content

Commit

Permalink
migrations :fix deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Sep 25, 2019
1 parent 0bf27c0 commit 2a5843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/1_darknodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = async function (deployer, network) {
}

/** DARKNODE REGISTRY *****************************************************/
if (!DarknodeRegistry.address) {
if (!DarknodeRegistryStore.address) {
deployer.logger.log("Deploying DarknodeRegistryStore");
await deployer.deploy(
DarknodeRegistryStore,
Expand Down

0 comments on commit 2a5843e

Please sign in to comment.