Commit ed1dcb45 authored by Kevin Weaver's avatar Kevin Weaver

Fix bedrock-contracts/foundry.toml

parent 747876d0
...@@ -21,12 +21,12 @@ ffi = true ...@@ -21,12 +21,12 @@ ffi = true
fuzz_runs = 16 fuzz_runs = 16
fs_permissions = [ fs_permissions = [
{ 'access'='read-write', 'path'='./.resource-metering.csv' }, { access='read-write', path='./.resource-metering.csv' },
{ 'access'='read-write', 'path'='./deployments/' }, { access='read-write', path='./deployments/' },
{ 'access'='read', 'path'='./deploy-config/' }, { access='read', path='./deploy-config/' },
{ 'access'='read', 'path'='./broadcast/' }, { access='read', path='./broadcast/' },
{ access = 'read', path = './forge-artifacts/' }, { access='read', path = './forge-artifacts/' },
{ 'access'='write', 'path'='./semver-lock.json' }, { access='write', path='./semver-lock.json' },
] ]
[profile.ci] [profile.ci]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment