diff --git a/app/services/kredits.js b/app/services/kredits.js index c5362cc..fcfbf71 100644 --- a/app/services/kredits.js +++ b/app/services/kredits.js @@ -206,7 +206,7 @@ export default Service.extend({ addContribution(attributes) { console.debug('[kredits] add contribution', attributes); - return this.kredits.Contribution.addContribution(attributes) + return this.kredits.Contribution.addContribution(attributes, { gasLimit: 300000 }) .then(data => { console.debug('[kredits] add contribution response', data); attributes.contributor = this.contributors.findBy('id', attributes.contributorId);