Fix linter issues in seeds

This commit is contained in:
Basti 2019-06-13 17:37:36 +02:00
parent 36666fd417
commit ed0d420fd5

View File

@ -7,7 +7,7 @@ const contractCalls = [
github_username: 'bumi', github_username: 'bumi',
github_uid: 318, github_uid: 318,
gitea_username: 'bumi', gitea_username: 'bumi',
wiki_username: 'Bumi' wiki_username: 'Bumi',
}, { gasLimit: 200000 }]], }, { gasLimit: 200000 }]],
['Contributor', 'add', [{ ['Contributor', 'add', [{
@ -18,7 +18,7 @@ const contractCalls = [
github_username: 'skddc', github_username: 'skddc',
github_uid: 842, github_uid: 842,
gitea_username: 'raucao', gitea_username: 'raucao',
wiki_username: 'Basti' wiki_username: 'Basti',
}, { gasLimit: 200000 }]], }, { gasLimit: 200000 }]],
['Contributor', 'add', [{ ['Contributor', 'add', [{
@ -28,7 +28,7 @@ const contractCalls = [
url: '', url: '',
github_username: 'fsmanuel', github_username: 'fsmanuel',
github_uid: 54812, github_uid: 54812,
wiki_username: 'Manuel' wiki_username: 'Manuel',
}, { gasLimit: 200000 }]], }, { gasLimit: 200000 }]],
['Proposal', 'addProposal', [{ contributorId: 1, contributorIpfsHash: 'QmWKCYGr2rSf6abUPaTYqf98urvoZxGrb7dbspFZA6oyVF', date: '2019-04-09', amount: 500, kind: 'dev', description: '[67P/kredits-contracts] Ran the seeds', url: '' }, { gasLimit: 350000 }]], ['Proposal', 'addProposal', [{ contributorId: 1, contributorIpfsHash: 'QmWKCYGr2rSf6abUPaTYqf98urvoZxGrb7dbspFZA6oyVF', date: '2019-04-09', amount: 500, kind: 'dev', description: '[67P/kredits-contracts] Ran the seeds', url: '' }, { gasLimit: 350000 }]],
@ -42,7 +42,7 @@ const contractCalls = [
const funds = [ const funds = [
'0x7e8f313c56f809188313aa274fa67ee58c31515d', '0x7e8f313c56f809188313aa274fa67ee58c31515d',
'0xa502eb4021f3b9ab62f75b57a94e1cfbf81fd827' '0xa502eb4021f3b9ab62f75b57a94e1cfbf81fd827',
]; ];
module.exports = { contractCalls, funds }; module.exports = { contractCalls, funds };