Skip to content

Commit

Permalink
Merge pull request #47 from IsaccoSordo/fix/quebec_param
Browse files Browse the repository at this point in the history
fix: quebec max gas per block
  • Loading branch information
godenzim authored Jan 24, 2025
2 parents 5539228 + a978654 commit 094a1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/utils/tezos/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const MAX_GAS_PER_BLOCK = 1733333;
export const MAX_GAS_PER_BLOCK = 1386666;
export const GAS_LIMIT_PER_OPERATION = '1040000';
export const STORAGE_LIMIT_PER_OPERATION = '60000';
export const FEE_PLACEHOLDER = '0';
Expand Down

0 comments on commit 094a1ce

Please sign in to comment.