Skip to content

Commit

Permalink
Revert "fix: tezos constant"
Browse files Browse the repository at this point in the history
This reverts commit a08cf92.
  • Loading branch information
IsaccoSordo committed Jan 24, 2025
1 parent a08cf92 commit b8c01d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions 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": "o2wiDJNSuKI067FEiCTGaWvHVtFoJKv1+vGVHEAzSP8=",
"shasum": "4EtkaViso7g3nijYlNbkgRFABMHKHqSxI6rAbpo0KQs=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand All @@ -22,13 +22,7 @@
"snap_manageState": {},
"snap_getBip32Entropy": [
{
"path": [
"m",
"44'",
"1729'",
"0'",
"0'"
],
"path": ["m", "44'", "1729'", "0'", "0'"],
"curve": "ed25519"
}
],
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 = 1386666;
export const MAX_GAS_PER_BLOCK = 1733333;
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 b8c01d7

Please sign in to comment.