Skip to content

Commit

Permalink
update gas params
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Nov 1, 2024
1 parent af06d80 commit cfc263d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions genesis/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ epochs_per_year = 1_460
# The multiplier for masp epochs
masp_epoch_multiplier = 4
# Max gas for block
max_block_gas = 15_000_000
max_block_gas = 3_000_000
# Masp fee payment gas limit
masp_fee_payment_gas_limit = 250_000
masp_fee_payment_gas_limit = 50_000
# Gas scale
gas_scale = 10_000
gas_scale = 50_000


# Map of the cost per gas unit for every token allowed for fee payment
Expand Down

0 comments on commit cfc263d

Please sign in to comment.