Skip to content

Commit

Permalink
Merge branch 'main' into ci/add-venom-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaversaccio authored Aug 19, 2024
2 parents d4d9603 + 3135e8e commit 9118b35
Show file tree
Hide file tree
Showing 6 changed files with 655 additions and 1,401 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
pnpm-lock.yaml
lib/murky
lib/solady
lib/solmate
Expand Down
1 change: 1 addition & 0 deletions .solhintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
pnpm-lock.yaml
lib/murky
lib/solady
lib/solmate
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = [
{
ignores: [
"node_modules/**",
"pnpm-lock.yaml",
"lib/murky/**",
"lib/solady/**",
"lib/solmate/**",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"keccak256": "^1.0.6",
"merkletreejs": "^0.4.0",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.3.1",
"prettier-plugin-solidity": "^1.4.1",
"solhint": "^5.0.3"
}
}
Loading

0 comments on commit 9118b35

Please sign in to comment.