Skip to content

Commit

Permalink
chore: Adjusted config and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJurassicPunk committed Mar 21, 2022
1 parent 5738a7c commit 4cdfb7e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .solcover.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
silent: true,
measureStatementCoverage: true,
measureFunctionCoverage: true,
skipFiles: [
"interfaces",
"test",
"tokenStaking/OperatorControllerForRewards.sol",
],
configureYulOptimizer: true,
};
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const config: HardhatUserConfig = {
networks: {
hardhat: {
allowUnlimitedContractSize: false,
initialBaseFeePerGas: 0,
mining: {
auto: true,
interval: 10000,
Expand Down
17 changes: 14 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
{
"name": "looksrare-staking",
"version": "1.0.0",
"description": "LooksRare staking contracts",
"description": "LooksRare core staking contracts",
"author": "LooksRare",
"license": "MIT",
"private": true,
"files": [
"contracts/"
],
"keywords": [
"looksrare"
],
"homepage": "https://looksrare.org/",
"bugs": "https://github.com/LooksRare/looksrare-staking/issues",
"repository": {
"type": "git",
"url": "https://github.com/LooksRare/looksrare-staking.git"
},
"dependencies": {
"@openzeppelin/contracts": "4.4.2"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "4.4.2",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"@types/chai": "^4.2.21",
Expand All @@ -37,7 +48,7 @@
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^3.3.6",
"solidity-coverage": "^0.7.16",
"solidity-coverage": "^0.7.20",
"ts-node": "^10.1.0",
"typechain": "^5.1.2",
"typescript": "^4.5.2"
Expand Down

0 comments on commit 4cdfb7e

Please sign in to comment.