Skip to content

Commit

Permalink
Add proxy deployment with Foundry upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
rya-sge committed Mar 18, 2024
1 parent f8b4c0f commit a3b8feb
Show file tree
Hide file tree
Showing 10 changed files with 1,846 additions and 369 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
[submodule "lib/RuleEngine"]
path = lib/RuleEngine
url = https://github.com/CMTA/RuleEngine
[submodule "lib/openzeppelin-foundry-upgrades"]
path = lib/openzeppelin-foundry-upgrades
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
5 changes: 4 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,8 @@ libs = ['lib']
optimizer = true
optimizer_runs = 200
evm_version = 'london'

#OpenZeppelin foundry upgrades
build_info = true
extra_output = ["storageLayout"]
fs_permissions = [{ access = "read", path = "./out"}]
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
1 change: 1 addition & 0 deletions lib/openzeppelin-foundry-upgrades
Loading

0 comments on commit a3b8feb

Please sign in to comment.