Skip to content

Commit a8a6d59

Browse files
author
karan
committed
fixed hard code
1 parent 5c4d1d2 commit a8a6d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

migrations/2_deploy_contracts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ var SpringToken = artifacts.require("./SPRINGToken.sol");
44
var Attestation = artifacts.require("./Attestation.sol");
55

66
module.exports = function(deployer, network, accounts) {
7-
deployer.deploy(SpringToken, 1000000)
7+
deployer.deploy(SpringToken, 1000000)
88
.then(function() {
9-
return deployer.deploy(AirDrop, SpringToken);
9+
return deployer.deploy(AirDrop, SpringToken.address);
1010
}).then(function() {
1111
return deployer.deploy(VanityURL);
1212
}).then(function() {

0 commit comments

Comments
 (0)