From df2bbab7a03c6df2571ca56cdf163a6bf8b36c7b Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Thu, 21 Mar 2019 19:21:05 -0400 Subject: [PATCH] updated contributors and addresses --- app/js/contributors.js | 8 ++++---- config/contracts.js | 26 ++++++++++++++++++++++++-- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/app/js/contributors.js b/app/js/contributors.js index 742fca5..014b0c9 100644 --- a/app/js/contributors.js +++ b/app/js/contributors.js @@ -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' }, @@ -14,10 +14,10 @@ const contributors = [ { 'label' : 'igor.stateofus.eth', 'value' : '0x6a069D627BAA9a627D79D2097EC979E2c58F1984' }, { 'label' : 'jakubgs.eth', 'value' : '0x9b64770c9485A5188D238C305E53627A67C05D7D'}, { 'label' : 'Jinho', 'value' : '0x7407bF49004ee99d9B2caA2fb90B476bfF2DbCaf' }, - { 'label' : 'Jonathan Barker', 'value' : '0xf23d05F375A8367b150f7Ad1A37DFd9E3c35eE56' }, + { 'label' : 'Jonathan Barker', 'value' : '0xf23d05F375A8367b150f7Ad1A37DFd9E3c35eE56' }, { 'label' : 'Jonathan Rainville', 'value' : '0x9ce0056c5fc6bb9459a4dcfa35eaad8c1fee5ce9' }, - { 'label' : 'Jonny Z', 'value' : '0xa40b07ac80d1f89b233b74e78d254c90906c33ee' }, - { 'label' : 'Julien', 'value' : '0x6c618ddbf53aa9540c279e3670d4d26fb367fd4e' }, + { 'label' : 'Jonny Z', 'value' : '0xa40b07ac80d1f89b233b74e78d254c90906c33ee' }, + { 'label' : 'Julien', 'value' : '0x6c618ddbf53aa9540c279e3670d4d26fb367fd4e' }, { 'label' : 'Maciej', 'value' : '0x227612e69b1d06250e7035c1c12840561ebf3c56' }, { 'label' : 'michele', 'value' : '0x658a1d2c105b35d9aaad38480dbbfe47b9054962' }, { 'label' : 'Nabil', 'value' : '0x528c9e62bb0e7083f4b42802297b38ba237776a0' }, diff --git a/config/contracts.js b/config/contracts.js index 1eaf82f..ecba7f5 100644 --- a/config/contracts.js +++ b/config/contracts.js @@ -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