forked from privacy-scaling-explorations/maci
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update yaml file and remove the use of config
- Loading branch information
1 parent
5a08b55
commit d1daa97
Showing
5 changed files
with
103 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/** | ||
* @type import('hardhat/config').HardhatUserConfig | ||
*/ | ||
require('hardhat-contract-sizer') | ||
require('@nomiclabs/hardhat-ethers') | ||
require('hardhat-artifactor') | ||
|
||
module.exports = { | ||
solidity: "0.7.2", | ||
settings: { | ||
optimizer: { | ||
enabled: true, | ||
runs: 200 | ||
} | ||
|
||
}, | ||
networks: { | ||
hardhat: { | ||
accounts: { | ||
mnemonic: "candy maple cake sugar pudding cream honey rich smooth crumble sweet treat" | ||
}, | ||
loggingEnabled: false, | ||
allowUnlimitedContractSize: true | ||
} | ||
}, | ||
contractSizer: { | ||
alphaSort: true, | ||
runOnCompile: true, | ||
disambiguatePaths: false, | ||
} | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters