Skip to content

Commit

Permalink
added enableTransfers for tradeEngine and morpherMintingLimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
tomw1808 committed Jun 24, 2021
1 parent a25ca65 commit baa6235
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions migrations/5_deploy_tradeEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ module.exports = async function(deployer, network, accounts) {
*/
await morpherState.grantAccess(tradeEngine.address);
await morpherState.grantAccess(morpherMintingLimiter.address);
await morpherState.enableTransfers(tradeEngine.address);
await morpherState.enableTransfers(morpherMintingLimiter.address);


};
Expand Down

0 comments on commit baa6235

Please sign in to comment.