Skip to content

Conversation

@0x-genesys
Copy link
Contributor

  • added truffle config
  • added function in airdrop

module.exports = function(deployer, network, accounts) {
deployer.deploy(SpringToken, 1000000)
.then(function() {
return deployer.deploy(AirDrop, 0x1d08d05638a2a006707cec99dba40aae3b9d54fc);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@0x-genesys lets not hard code contract address.

"solc": "^0.4.25",
"truffle": "^4.1.14"
"truffle": "^4.1.14",
"truffle-hdwallet-provider-privkey": "^0.3.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need hd provider ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fo truffle.js. line 13

truffle.js Outdated
},
ropsten: {
provider: function() {
return new HDWalletProvider(["87BAA9CC66610DA8466516EFC29A6AFC167113EAEAE907637874A4F9AF01868F"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets not put keys here.

@vinay035 vinay035 merged commit 9b9ffc4 into master Dec 5, 2018
@vinay035 vinay035 deleted the karan/airdrop/changes branch December 5, 2018 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants