updated contributors and addresses
This commit is contained in:
parent
bbed4b678f
commit
df2bbab7a0
|
@ -1,7 +1,7 @@
|
|||
const contributors = [
|
||||
{ 'label' : 'Jarrad (Test)', 'value' : '0x061b0227116e76025D5573cFbb1Ac854916286Fe' },
|
||||
{ 'label' : 'Andreas S.', 'value' : '0x4923121411e884a4af66ec025712eba600a782d3' },
|
||||
{ 'label' : 'andrey.dev', 'value' : '0xA4EcA293cb578a68b190e3e07c2B170dc753fe44' },
|
||||
{ 'label' : 'Anna', 'value': '0x2e1ce0f514387a188f4aeff4ceb6c2c0dea66ca7'},
|
||||
{ 'label' : 'barry', 'value' : '0xa46b0546481a04b7de049a8a20f8a9b2b2c5cc05' },
|
||||
{ 'label' : 'BrianXV', 'value' : '0x03b832b3fa819d7a4b6c819e4df1e60a173e739a' },
|
||||
{ 'label' : 'ceri', 'value' : '0x68f47e153e1aa7d6529e078feff86eada87ddee3' },
|
||||
|
|
|
@ -137,7 +137,7 @@ module.exports = {
|
|||
"address": "0xc55cF4B03948D7EBc8b9E8BAD92643703811d162"
|
||||
},
|
||||
"Meritocracy": {
|
||||
"args": [ "$SNT", 66]
|
||||
"address": "0xf40f9418D8236f373eB27f91Cc1a01739EB8c301"
|
||||
}
|
||||
},
|
||||
deployment: {
|
||||
|
@ -148,13 +148,35 @@ module.exports = {
|
|||
},
|
||||
"afterDeploy": [
|
||||
// Add All Contributors
|
||||
"Meritocracy.methods.addContributors([" + getContributors().toString() + "]).send()",
|
||||
// "Meritocracy.methods.addContributors([" + getContributors().toString() + "]).send()",
|
||||
]
|
||||
},
|
||||
|
||||
// merges with the settings in default
|
||||
// used with "embark run livenet"
|
||||
livenet: {
|
||||
contracts: {
|
||||
"MiniMeToken": { "deploy": false },
|
||||
"MiniMeTokenFactory": {
|
||||
"address": "0xa1c957c0210397d2d0296341627b74411756d476"
|
||||
},
|
||||
"SNT": {
|
||||
"address": "0x744d70fdbe2ba4cf95131626614a1763df805b9e"
|
||||
},
|
||||
"Meritocracy": {
|
||||
"address": "0x3d8ec98c08b55ec42310aace562e077d784591d6"
|
||||
}
|
||||
},
|
||||
deployment: {
|
||||
accounts: [{
|
||||
mnemonic: "your mainnet mnemonic here",
|
||||
numAddresses: "10"
|
||||
}]
|
||||
},
|
||||
"afterDeploy": [
|
||||
// Add All Contributors
|
||||
// "Meritocracy.methods.addContributors([" + getContributors().toString() + "]).send()",
|
||||
]
|
||||
},
|
||||
|
||||
// you can name an environment with specific settings and then specify with
|
||||
|
|
Loading…
Reference in New Issue