Skip to content

Commit

Permalink
maint(ct): rename periphery deploy config folder (#10793)
Browse files Browse the repository at this point in the history
Renames the folder periphery-deploy-config to
deploy-config-periphery and reorganizes its contents so that it's
a little bit cleaner. Means that the folder will appear next to
the other deploy-config folder and will be easier to find and read.
  • Loading branch information
smartcontracts authored Jun 18, 2024
1 parent 8ad8f66 commit 6062bc1
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts-bedrock/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fs_permissions = [
{ access='read-write', path='./snapshots/' },
{ access='read-write', path='./deployments/' },
{ access='read', path='./deploy-config/' },
{ access='read', path='./periphery-deploy-config/' },
{ access='read', path='./deploy-config-periphery/' },
{ access='read', path='./broadcast/' },
{ access='read', path = './forge-artifacts/' },
{ access='write', path='./semver-lock.json' },
Expand Down

0 comments on commit 6062bc1

Please sign in to comment.