Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/workflows/slither.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
id: slither
with:
sarif: results.sarif
slither-args: --foundry-out-directory artifacts_forge

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v2
Expand Down
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
solc-version = "0.8.12"
#auto_detect_solc = false
cache = true
evm_version = 'shanghai'
evm_version = 'london'
force = false
gas_reports = [
"DropERC721Benchmark",
Expand Down Expand Up @@ -37,6 +37,7 @@ remappings = [
'erc721a-upgradeable/=lib/ERC721A-Upgradeable/',
'erc721a/=lib/ERC721A/',
'@thirdweb-dev/dynamic-contracts/=lib/dynamic-contracts/',
'lib/sstore2=lib/dynamic-contracts/lib/sstore2/'
]
src = 'contracts'
test = 'src/test'
Expand Down