Skip to content

Commit 46de9e4

Browse files
committed
Final sale deploy parameters
1 parent bf12052 commit 46de9e4

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

migrations/2_deploy_sale.js

+5-7
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ var SaleWallet = artifacts.require("SaleWallet");
88
module.exports = function(deployer, network, accounts) {
99
if (network.indexOf('dev') > -1) return // dont deploy on tests
1010

11-
const aragonMs = '0xcafE1A77e84698c83CA8931F54A755176eF75f2C'
12-
const communityMs = aragonMs
11+
const aragonMs = '0xcafE1A77e84698c83CA8931F54A755176eF75f2C'
12+
const communityMs = '0xbEEFbEeF03c7E5a1C29E0Aa675f8E16AEe0A5FAd'
1313

14-
const initialBlock = 3687670 // edit
15-
const finalBlock = initialBlock + 5760 * 28
16-
17-
// cap is 0.5 eth for secret 101
14+
const initialBlock = 3723000
15+
const finalBlock = 3881000
1816

1917
deployer.deploy(MiniMeTokenFactory);
20-
deployer.deploy(AragonTokenSale, initialBlock, finalBlock, aragonMs, communityMs, 100, 66, 2, '0x2c8fa44fb6c1b5a01f7f02517202b78f0ec147ddb71e71fea740f6b0e422fcbe')
18+
deployer.deploy(AragonTokenSale, initialBlock, finalBlock, aragonMs, communityMs, 100, 66, 2, '0x663fae46b5b6ef5cc01783af56194e693b71fe529ac917716e460f18f86742b6')
2119
.then(() => {
2220
return MiniMeTokenFactory.deployed()
2321
.then(f => {

0 commit comments

Comments
 (0)