Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tune the max cycles of a layer2 transaction to 150M #572

Merged
merged 1 commit into from
Jan 27, 2022
Merged
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
2 changes: 1 addition & 1 deletion crates/generator/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pub const MAX_WRITE_DATA_BYTES_LIMIT: usize = 25_000;
// 2MB
pub const MAX_READ_DATA_BYTES_LIMIT: usize = 1024 * 1024 * 2;
/// max cycles of a layer2 transaction
pub const L2TX_MAX_CYCLES: u64 = 100_000_000;
pub const L2TX_MAX_CYCLES: u64 = 150_000_000;