Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
add operator on rinkeby
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Junge committed Mar 20, 2019
1 parent 31310f3 commit 8a9c8e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions migrations/2_sensui_vault.js
Expand Up @@ -20,6 +20,11 @@ module.exports = function(deployer,network,accounts) {
console.log("funder funded");
})
}

if(network == 'rinkeby'){
sensuiVault.addOperator('0x5175fc732a96944a219d8055b35fd487085637f9')

}

});
};

0 comments on commit 8a9c8e3

Please sign in to comment.