Skip to content

Commit

Permalink
more gas again
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Elsasser committed May 19, 2018
1 parent 8766ac0 commit 9b74595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/2_deploy_contracts.js
Expand Up @@ -27,7 +27,7 @@ module.exports = function(deployer, network) {
const marketTokenToLockForTrading = 0; // for testing purposes, require no loc
const marketTokenAmountForContractCreation = 0; //for testing purposes require no balance
const marketContractExpiration = Math.floor(Date.now() / 1000) + 60 * 15; // expires in 15 minutes.
var gasLimit = 4000000;
var gasLimit = 6600000;

// deploy primary instance of market contract
deployer
Expand Down

0 comments on commit 9b74595

Please sign in to comment.