Skip to content

Commit

Permalink
Add Simulation tool config
Browse files Browse the repository at this point in the history
  • Loading branch information
Zartaj0 committed Feb 6, 2024
1 parent bf1da38 commit 071b80a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
27 changes: 27 additions & 0 deletions addresses/addresses.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"addr": "0x3dd46846eed8D147841AE162C8425c08BD8E1b41",
"name": "DEV_MULTISIG",
"chainId": 1234
},
{
"addr": "0x7da82C7AB4771ff031b66538D2fB9b0B047f6CF9",
"name": "TEAM_MULTISIG",
"chainId": 1234
},
{
"addr": "0x1a9C8182C09F50C8318d769245beA52c32BE35BC",
"name": "PROTOCOL_TIMELOCK",
"chainId": 1234
},
{
"addr": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"name": "TIMELOCK_PROPOSER",
"chainId": 1234
},
{
"addr": "0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f",
"name": "TIMELOCK_EXECUTOR",
"chainId": 123
}
]
2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ out = "out"
libs = ['node_modules',"lib"]
solc = "0.6.11"

# file reading permissions
fs_permissions = [{ access = "read", path = "./addresses/addresses.json"}]
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

0 comments on commit 071b80a

Please sign in to comment.