Skip to content

Commit

Permalink
chore: enable gas reports for Batch
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 17, 2023
1 parent cf76677 commit 6830fc7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
[profile.default]
auto_detect_solc = false
block_timestamp = 1_682_899_200 # May 1, 2023 at 00:00 GMT
block_timestamp = 1_682_899_200 # May 1, 2023 at 00:00 GMT
bytecode_hash = "none"
evm_version = "paris"
fs_permissions = [{ access = "read", path = "out-optimized" }]
gas_reports = ["SablierV2MerkleStreamerFactory", "SablierV2MerkleStreamerLL"]
gas_reports = [
"SablierV2Batch",
"SablierV2MerkleStreamerFactory",
"SablierV2MerkleStreamerLL",
]
libs = ["lib"]
optimizer = true
optimizer_runs = 10_000
Expand Down

0 comments on commit 6830fc7

Please sign in to comment.