Skip to content

Commit

Permalink
adjust gas prices
Browse files Browse the repository at this point in the history
  • Loading branch information
dvush committed Feb 5, 2021
1 parent bda1a29 commit 7245b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/types/src/gas_counter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ impl GasCounter {
pub const COMPLETE_WITHDRAWALS_ERC20_COST: u64 = 200_000;

/// constants for gas limit calculation of aggregated operations
pub const BASE_COMMIT_BLOCKS_TX_COST: usize = 45_000;
pub const BASE_EXECUTE_BLOCKS_TX_COST: usize = 45_000;
pub const BASE_COMMIT_BLOCKS_TX_COST: usize = 450_000;
pub const BASE_EXECUTE_BLOCKS_TX_COST: usize = 450_000;
pub const BASE_PROOF_BLOCKS_TX_COST: usize = 1_500_000;

pub fn new() -> Self {
Expand Down

0 comments on commit 7245b69

Please sign in to comment.