Skip to content

Commit

Permalink
updated solidity coverage configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kostysh committed May 28, 2020
1 parent a35a115 commit e534d43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .solcover.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
'port': 8555,
'total_accounts': 20,
'default_balance_ether': 1000000,
'gasPrice': '0x77359400', //2 gwei
'gasLimit': '0x7a1200' //8000000 like in the Ropsten
'gasPrice': 0
}
};

0 comments on commit e534d43

Please sign in to comment.