Skip to content

Commit

Permalink
Merge pull request #15 from FraxFinance/fix/dangerousMistake
Browse files Browse the repository at this point in the history
Ensure Loaded Snapshots Persist to tests
  • Loading branch information
FortisFortuna authored Jan 12, 2024
2 parents 6f9547d + c0111d8 commit 940f171
Show file tree
Hide file tree
Showing 4 changed files with 724 additions and 50 deletions.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"printWidth": 120,
"useTabs": false,
"plugins": ["prettier-plugin-solidity"],
"overrides": [
{
"files": "*.sol",
"options": {
"bracketSpacing": true,
"tabWidth": 4,
"singleQuote": false,
"compiler": ">=0.8.0"
"parser": "solidity-parse"
}
}
]
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dependencies": {
"@chainlink/contracts": "^0.6.1",
"@openzeppelin/contracts": "^5.0.1",
"@solidity-parser/parser": "^0.17.0",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.11",
"change-case": "^4.1.2",
Expand All @@ -34,6 +35,7 @@
"solhint": "^3.4.0",
"solhint-plugin-prettier": "^0.0.5",
"solidity-bytes-utils": "github:GNSPS/solidity-bytes-utils",
"solidity-parser": "^0.4.0",
"toml": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.3"
Expand Down
Loading

0 comments on commit 940f171

Please sign in to comment.