Skip to content

Commit

Permalink
Merge branch 'main' into yash/update-deploy-script
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaryash90 authored Oct 19, 2023
2 parents 4d6a393 + 005d6d7 commit ea9b912
Show file tree
Hide file tree
Showing 25 changed files with 4,271 additions and 1 deletion.
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
4 changes: 3 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 All @@ -21,6 +21,7 @@ gas_reports = [
"TokenStakeBenchmark",
"PackBenchmark",
"PackVRFDirectBenchmark",
"AccountBenchmark",
]
libraries = []
libs = ['lib']
Expand All @@ -37,6 +38,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
Loading

0 comments on commit ea9b912

Please sign in to comment.