Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroknots committed Nov 13, 2024
1 parent da6a091 commit 10e3371
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions Deploy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@

[deployments]
rpcs = [
"http://localhost:8545",
]


[deployments.dependencies]
entrypoint = "0x0000000071727De22E5E9d8BAf0edAc6f37da032"
proxy_admin = "0x0000000071727De22E5E9d8BAf0edAc6f37da032" #todo

[deployments.module.SmartSession]
file = "./artifacts/SmartSession/SmartSession.json"
source_file_url = "./artifacts/SmartSession/verify.json"
salt = "0x0000000000000000000000000000000000000000e5068a3f93a9e201a1832999"

[deployments.module.SudoPolicy]
file = "./artifacts/SudoPolicy/SudoPolicy.json"
source_file_url = "./artifacts/SudoPolicy/verify.json"
salt = "0x0000000000000000000000000000000000000000e5068a3f93a9e201a1832997"
6 changes: 3 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
fuzz = { runs = 1_000 }
gas_reports = ["*"]
optimizer = true
optimizer_runs = 10_000
optimizer_runs = 10_0
out = "out"
script = "script"
solc = "0.8.27"
Expand All @@ -23,14 +23,14 @@
bytecode_hash = "none"
cbor_metadata = false
optimize = true
runs = 1000
runs = 100000
via-ir = true
out = "out"
src = "wc-cosigner"
test = "none"

[profile.ci]
fuzz = { runs = 10_000 }
fuzz = { runs = 10_00000 }
verbosity = 4

[etherscan]
Expand Down

0 comments on commit 10e3371

Please sign in to comment.