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

Manual gas limits for AX1 #1758

Merged
merged 1 commit into from
Apr 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 = [{
// AX1 Mining token
to: '0x5de9f32b2665bb2cdc23bfb51b03e2a2985ecc87',
gasLimit: 324741,
data: '',
msg: 'You must have registered at https://ax1.io and followed the instructions to purchase tokens here.'
},{
// Accord (ARD) Token sale
to: '0x75aa7b0d02532f3833b66c7f0ad35376d373ddf8',
gasLimit: 300000,
Expand Down