Commit 8656961e authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6605 from kevinweaver/kevin/fix-bedrock-foundry-toml

Bug Fix: bedrock-contracts/foundry.toml
parents 3b76cfb5 9b61a14c
......@@ -21,12 +21,12 @@ ffi = true
fuzz_runs = 16
fs_permissions = [
{ 'access'='read-write', 'path'='./.resource-metering.csv' },
{ 'access'='read-write', 'path'='./deployments/' },
{ 'access'='read', 'path'='./deploy-config/' },
{ 'access'='read', 'path'='./broadcast/' },
{ access = 'read', path = './forge-artifacts/' },
{ 'access'='write', 'path'='./semver-lock.json' },
{ access='read-write', path='./.resource-metering.csv' },
{ access='read-write', path='./deployments/' },
{ access='read', path='./deploy-config/' },
{ access='read', path='./broadcast/' },
{ access='read', path = './forge-artifacts/' },
{ access='write', path='./semver-lock.json' },
]
[fmt]
......
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