Skip to content

Commit

Permalink
Merge pull request #997 from moonbeam-foundation/themacexpert/rtgas
Browse files Browse the repository at this point in the history
Update Gas Limit to 60M for Moonbeam
  • Loading branch information
eshaben committed Sep 25, 2024
2 parents da4c811 + 4e5b909 commit 9b07543
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,9 +823,9 @@ networks:
binary_name: moonbeam
min_gas_price: 125
block_time: 6
gas_block: 30,000,000
gas_block_numbers_only: 30000000 # this should match gas_block, just with no commas
gas_tx: 26,000,000 # EXTRINSIC_GAS_LIMIT in test/helpers/constants.ts
gas_block: 60,000,000
gas_block_numbers_only: 60000000 # this should match gas_block, just with no commas
gas_tx: 52,000,000 # EXTRINSIC_GAS_LIMIT in test/helpers/constants.ts
mbip_5:
block_storage_limit: 80
gas_storage_ratio: 366
Expand Down

0 comments on commit 9b07543

Please sign in to comment.