Skip to content

Commit

Permalink
test higher gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
souradeep-das committed Sep 23, 2020
1 parent 74dce27 commit 1126a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasma_framework/truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = {
process.env.REMOTE_URL || 'http://127.0.0.1:8545',
0, 3,
),
gas: 10000000,
gas: 7000000,
gasPrice: process.env.GAS_PRICE || 20000000000, // default 20 gwei
network_id: '*',
},
Expand Down

0 comments on commit 1126a03

Please sign in to comment.