Skip to content

Commit

Permalink
Removing unneeded settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgonecrypto committed Apr 6, 2020
1 parent 31ab8a3 commit 7ef10a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
default_balance_ether: 10000000000000, // extra zero just in case (coverage consumes more gas)
time: new Date('2019-03-06T00:00:00'),
network_id: 55,
gasLimit: '0x2fffffffffffff',
},
mocha: {
grep: '@cov-skip', // Find everything with this tag
Expand Down
2 changes: 1 addition & 1 deletion buidler.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = {
// - SupplySchedule
//
initialDate: '2019-03-06T00:00:00',
blockGasLimit: 0x1fffffffffffff,
// blockGasLimit: 0x1fffffffffffff,
},
},
};

0 comments on commit 7ef10a2

Please sign in to comment.