Skip to content

Commit

Permalink
increase priority tx time limit
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Jun 17, 2024
1 parent 3f521ac commit 2d2dadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/constants/src/ethereum.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use zksync_basic_types::Address;

/// Priority op should be executed for this number of eth blocks.
pub const PRIORITY_EXPIRATION: u64 = 50000;
pub const PRIORITY_EXPIRATION: u64 = 1000000;
pub const MAX_L1_TRANSACTION_GAS_LIMIT: u64 = 300000;
pub const ETHEREUM_ADDRESS: Address = Address::zero();

Expand Down

0 comments on commit 2d2dadf

Please sign in to comment.