1 Star 0 Fork 0

ProjectOpenSea / shipyard-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
foundry.toml 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
remappings = [
'forge-std/=lib/forge-std/src',
'solady/=lib/solady/',
'openzeppelin-contracts/=lib/openzeppelin-contracts/contracts/',
'seaport-types/=lib/seaport-types/',
'solarray/=lib/solarray/src/',
'openzeppelin-contracts/contracts/=lib/openzeppelin-contracts/contracts/',
]
# bytecode_hash = 'none'
ignored_error_codes = ['license', 'code-size', 'init-code-size', 2519]
optimizer_runs = 99_999_999
[profile.lite.fuzz]
runs = 1
[profile.ffi]
ffi = true
test = 'test-ffi'
fs_permissions = [{ access = 'read-write', path = './test-ffi/' }]
# Use a very small number of default fuzz runs to speed up local testing. It is
# recommended to increase this number or use the `--fuzz-runs=256` flag to run
# a proper fuzzing campaign before yeeting your project to mainnet.
[profile.ffi.fuzz]
runs = 5
[profile.ci-ffi]
ffi = true
test = 'test-ffi'
fs_permissions = [{ access = 'read-write', path = './test-ffi/' }]
# Use a relatively small number of fuzz runs in CI because the ffi lifecycle is
# slow.
[profile.ci-ffi.fuzz]
runs = 10
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ProjectOpenSea/shipyard-core.git
git@gitee.com:ProjectOpenSea/shipyard-core.git
ProjectOpenSea
shipyard-core
shipyard-core
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891