Skip to content

Commit ed616d7

Browse files
committed
Fixes broken migration.
1 parent ad182aa commit ed616d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

migrations/03_deploy_artist_token.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module.exports = function(deployer) {
4848
const pauserAddr = fromAccount;
4949
const initialRaiseInWeiBN = Web3Wrapper.utils.toBN(Web3Wrapper.utils.toWei(`${initialRaise}`));
5050
return deployer.deploy(ArtistToken,
51+
fromAccount,
5152
name,
5253
symbol,
5354
[wphtAddr, fundingPoolAddr, feeRecipientAddr, pauserAddr],
@@ -84,4 +85,4 @@ module.exports = function(deployer) {
8485

8586
module.exports.remainingHatchingAmount = remainingHatchingAmount;
8687
module.exports.thetaPercent = theta / 10000;
87-
module.exports.initialRaise = initialRaise;
88+
module.exports.initialRaise = initialRaise;

0 commit comments

Comments
 (0)