Skip to content

Commit

Permalink
added maci contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgo0018 committed Mar 22, 2024
1 parent 3ac3b29 commit f88f28a
Show file tree
Hide file tree
Showing 66 changed files with 4,518 additions and 87 deletions.
87 changes: 0 additions & 87 deletions packages/hardhat/contracts/YourContract.sol

This file was deleted.

19 changes: 19 additions & 0 deletions packages/hardhat/contracts/maci-contracts/.solhint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"extends": "solhint:recommended",
"rules": {
"indent": ["error", 4],
"bracket-align": "off",
"reason-string": [
"warn",
{
"maxLength": 128
}
],
"separate-by-one-line-in-contract": "warn",
"no-empty-blocks": "off",
"compiler-fixed": "off",
"not-rely-on-time": "off",
"mark-callable-contracts": "off",
"compiler-version": ["error", "^0.8.10"]
}
}
Loading

0 comments on commit f88f28a

Please sign in to comment.