Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gas Limit to 60M for Moonbeam #997

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading