Skip to content

Commit

Permalink
Merge branch 'refactor/happy-path-org' of https://github.com/defi-won…
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed May 9, 2024
2 parents 53c6cfc + 202c317 commit ff53a21
Show file tree
Hide file tree
Showing 6 changed files with 688 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
"immutable-name-snakecase": "warn",
"avoid-low-level-calls": "off",
"no-console": "off",
"max-line-length": ["warn", 120]
"max-line-length": ["warn", 120],
"TODO": "REMOVE_TEMPORARY_LINTER_SETTINGS_BELOW",
"custom-errors": "warn",
"definition-name-capwords": "warn"
}
}
1 change: 1 addition & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ src = 'src/interfaces/'

[fuzz]
runs = 1000
max_test_rejects = 500000

[rpc_endpoints]
mainnet = "${MAINNET_RPC}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"package.json": "sort-package-json"
},
"dependencies": {
"solmate": "github:transmissions11/solmate#a9e3ea2"
"solmate": "github:transmissions11/solmate#c892309"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand Down
Loading

0 comments on commit ff53a21

Please sign in to comment.