Commit 228e1f6e authored by Indeavr's avatar Indeavr

fix: removed variables for the output-validator

parent eac1a566
...@@ -133,9 +133,8 @@ const config: HardhatUserConfig = { ...@@ -133,9 +133,8 @@ const config: HardhatUserConfig = {
runOnCompile: true, runOnCompile: true,
errorMode: true, errorMode: true,
checks: { checks: {
devDoc: {
events: false, events: false,
}, variables: false,
}, },
exclude: ['contracts/test-helpers', 'contracts/test-libraries'], exclude: ['contracts/test-helpers', 'contracts/test-libraries'],
}, },
......
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
"@ethersproject/abstract-signer": "^5.4.1", "@ethersproject/abstract-signer": "^5.4.1",
"@ethersproject/hardware-wallets": "^5.4.0", "@ethersproject/hardware-wallets": "^5.4.0",
"@primitivefi/hardhat-dodoc": "^0.1.3", "@primitivefi/hardhat-dodoc": "^0.1.3",
"hardhat-output-validator": "^0.1.3" "hardhat-output-validator": "^0.1.5"
}, },
"devDependencies": { "devDependencies": {
"@codechecks/client": "^0.1.11", "@codechecks/client": "^0.1.11",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment