Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
no_match_path = "script/releases/**/*.sol"
fs_permissions = [{ access = "read-write", path = "./"}]

gas_limit = "18446744073709551615" # 2^64-1
memory_limit = 9223372036854775807 # 2^63-1

[profile.default.fmt]
# Single-line vs multi-line statement blocks
single_line_statement_blocks = "preserve" # Options: "single", "multi", "preserve"
Expand Down
Empty file added params.toml
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions src/test/integration/output-example.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"1e3_max_mag": {
"0%_in_withdrawal_queue": {

},
"00_001%_in_withdrawal_queue": {

},
"10%_in_withdrawal_queue": {

},
"50%_in_withdrawal_queue": {

},
"90%_in_withdrawal_queue": {

},
"99_999%_in_withdrawal_queue": {},
"100%_in_withdrawal_queue": {}
}
}
Loading
Loading