Skip to content

Commit

Permalink
Update call sc max gas (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Rey authored Nov 27, 2023
1 parent fe82d0d commit 43bd985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web3-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@massalabs/web3-utils",
"version": "1.4.3",
"version": "1.4.4",
"description": "Set of utilities shared between multiple @massalabs packages",
"main": "dist/cmd/index.js",
"module": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/web3-utils/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ export const BASE_ACCOUNT_CREATION_COST = fromMAS(0.001);
/* -------------------------------------------------------------------------- */
export const MAX_GAS_EXECUTE_SC = 3_980_167_295n;
export const MAX_GAS_DEPLOYMENT = MAX_GAS_EXECUTE_SC;
export const MAX_GAS_CALL = 4_294_967_295n;
export const MAX_GAS_CALL = 4_294_167_295n;

0 comments on commit 43bd985

Please sign in to comment.