From 6b9466c348d5c144e08db654782108391b8fb1fe Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 3 Apr 2019 21:40:37 +0200 Subject: [PATCH] Update seeds Claim contribution which issues Kredits to the contributor --- config/seeds.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config/seeds.js b/config/seeds.js index 34eefb9..fcc22be 100644 --- a/config/seeds.js +++ b/config/seeds.js @@ -6,6 +6,7 @@ let contractCalls = [ ['Proposal', 'addProposal', [{contributorId: 3, amount: 100, kind: 'code', description: 'hacks on kredits', url: '' }, {gasLimit: 350000}]], ['Proposal', 'vote', [1, {gasLimit: 550000}]], ['Contribution', 'addContribution', [{contributorAccount: '0xa502eb4021f3b9ab62f75b57a94e1cfbf81fd827', amount: 100, kind: 'code', description: 'hacks on kredits', url: '' }, {gasLimit: 350000}]], + ['Contribution', 'claim', [1, {gasLimit: 300000}]] ]; let funds = [ '0x7e8f313c56f809188313aa274fa67ee58c31515d',