This repository was archived by the owner on Apr 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 run : | # shell
5050 forge test \
5151 --match-path "tests/unit/**/*.sol" \
52- --root flow
52+ --root lockup
5353
5454 test-integration :
5555 needs : check
6969 run : | # shell
7070 forge test \
7171 --match-path "tests/integration/**/*.sol" \
72- --root flow
72+ --root lockup
7373
7474 test-invariant :
7575 needs : check
8888 run : | # shell
8989 forge test \
9090 --match-path "tests/invariant/**/*.sol" \
91- --root flow
91+ --root lockup
Original file line number Diff line number Diff line change 11[install ]
2- linker = " isolated "
2+ linker = " hoisted "
Original file line number Diff line number Diff line change 44
55[profile .default ]
66 allow_paths = [" ../" ]
7+ auto_detect_remappings = false
78 auto_detect_solc = false
89 bytecode_hash = " ipfs"
910 evm_version = " shanghai" # needed for greater coverage of EVM chains
You can’t perform that action at this time.
0 commit comments