mirror of
https://github.com/logos-storage/logos-storage-contracts-eth.git
synced 2026-01-10 01:03:12 +00:00
12 lines
228 B
JavaScript
12 lines
228 B
JavaScript
const config = require("./hardhat.config")
|
|
|
|
config.solidity.settings.modelChecker = {
|
|
engine: "chc",
|
|
showUnproved: true,
|
|
contracts: {
|
|
"contracts/TestCollateral.sol": ["TestCollateral"],
|
|
},
|
|
}
|
|
|
|
module.exports = config
|