Skip to content
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1794 from albertwinner/patch-1
Browse files Browse the repository at this point in the history
Manual gas limits for upcoming MVP token
  • Loading branch information
gamalielhere authored Apr 25, 2018
2 parents f14b54d + 30772c4 commit 860caf6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/scripts/customGas.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
// http://www.tokensalecalendar.com/

module.exports = [{
// Merculet (MVP) Token sale
to: '0x8a77e40936bbc27e80e9a3f526368c967869c86d',
gasLimit: 210000,
data: '',
msg: 'Merculet (MVP) token sale - You must have registered at https://merculet.io and followed the instructions to purchase tokens here.'
},{
// GIFcoin (GIF) Token sale
to: '0xFcD862985628b254061F7A918035B80340D045d3',
gasLimit: 200000,
Expand Down

0 comments on commit 860caf6

Please sign in to comment.