Skip to content

Commit

Permalink
Updates masp gas limit in genesis files
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Nov 18, 2024
1 parent 47fc912 commit d3c6579
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 d3c6579

Please sign in to comment.