Skip to content

Commit

Permalink
Merge pull request #22 from airgap-it/fix/tezos_constant
Browse files Browse the repository at this point in the history
fix: MAX_GAS_PER_BLOCK
  • Loading branch information
IsaccoSordo authored Jan 27, 2025
2 parents b8c01d7 + b94fe71 commit be42118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/airgap-it/tezos-metamask-snap.git"
},
"source": {
"shasum": "4EtkaViso7g3nijYlNbkgRFABMHKHqSxI6rAbpo0KQs=",
"shasum": "o2wiDJNSuKI067FEiCTGaWvHVtFoJKv1+vGVHEAzSP8=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/src/tezos/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// See constants on https://mainnet.ecadinfra.com/chains/main/blocks/head/context/constants

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 be42118

Please sign in to comment.