Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx lint-staged
npx lint-staged --allow-empty
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ script = "src/script"
# A list of paths to look for libraries in
libs = ['lib', 'node_modules']
# Whether or not to enable `vm.ffi`
ffi = false
ffi = true
# Enables or disables the optimizer
optimizer = false
# The number of optimizer runs
Expand All @@ -29,6 +29,7 @@ bytecode_hash = "none"
cbor_metadata = false
# Contracts to track with --gas-report
#gas_reports = []
fs_permissions = [{ access = "read-write", path = "./"}]

[fuzz]
# Amount of runs per fuzz test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"ds-test": "github:dapphub/ds-test",
"forge-std": "github:foundry-rs/forge-std#60acb7aaadcce2d68e52986a0a66fe79f07d138f",
"frax-standard-solidity": "github:FraxFinance/frax-standard-solidity",
"frax-standard-solidity": "github:FraxFinance/frax-standard-solidity#v1.1.3",
"solidity-bytes-utils": "github:GNSPS/solidity-bytes-utils"
}
}
41 changes: 20 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading