Skip to content

Commit

Permalink
Fix after merge, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Feb 22, 2023
1 parent e71e5f7 commit 21b6a55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-core",
"version": "12.0.1-alpha.1",
"version": "12.0.1-beta.0",
"description": "MultiversX SDK for JavaScript and TypeScript",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const ESDT_TRANSFER_FUNCTION_NAME = "ESDTTransfer";
export const ESDTNFT_TRANSFER_FUNCTION_NAME = "ESDTNFTTransfer";
export const MULTI_ESDTNFT_TRANSFER_FUNCTION_NAME = "MultiESDTNFTTransfer";
export const ESDT_TRANSFER_VALUE = "0";
export const ARGUMENTS_SEPARATOR = "@";

// Masks needed for checking specific options when Transaction version is not default (1)
// 0b0001 - TRANSACTION_OPTIONS_TX_HASH_SIGN (only)
Expand Down

0 comments on commit 21b6a55

Please sign in to comment.