Skip to content

Commit

Permalink
Bump genesis template masp fee payment gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Nov 5, 2024
1 parent 03d9a58 commit b9784b4
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 = 50_000
masp_fee_payment_gas_limit = 65_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 = 50_000
masp_fee_payment_gas_limit = 65_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 = 50_000
masp_fee_payment_gas_limit = 65_000
# Gas scale
gas_scale = 50_000

Expand Down

0 comments on commit b9784b4

Please sign in to comment.