Skip to content

Commit

Permalink
Merge pull request #4044 from anoma/grarco/update-masp-limit-genesis
Browse files Browse the repository at this point in the history
Updates masp gas limit in genesis files
  • Loading branch information
mergify[bot] authored Nov 19, 2024
2 parents 19b29ee + d3c6579 commit 3e405ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion genesis/hardware/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ masp_epoch_multiplier = 2
# Max gas for block
max_block_gas = 3_000_000
# Masp fee payment gas limit
masp_fee_payment_gas_limit = 65_000
masp_fee_payment_gas_limit = 100_000
# Gas scale
gas_scale = 50_000

Expand Down
2 changes: 1 addition & 1 deletion genesis/localnet/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ masp_epoch_multiplier = 2
# Max gas for block
max_block_gas = 3_000_000
# Masp fee payment gas limit
masp_fee_payment_gas_limit = 65_000
masp_fee_payment_gas_limit = 100_000
# Gas scale
gas_scale = 50_000

Expand Down
2 changes: 1 addition & 1 deletion genesis/starter/parameters.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ masp_epoch_multiplier = 2
# Max gas for block
max_block_gas = 3_000_000
# Masp fee payment gas limit
masp_fee_payment_gas_limit = 65_000
masp_fee_payment_gas_limit = 100_000
# Gas scale
gas_scale = 50_000

Expand Down

0 comments on commit 3e405ce

Please sign in to comment.