Skip to content

Commit

Permalink
Prepare pre-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Apr 11, 2022
1 parent e54fc7d commit 515bf2d
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": "@elrondnetwork/erdjs",
"version": "10.0.0-alpha.5",
"version": "10.0.1-beta.0",
"description": "Smart Contracts interaction framework",
"main": "out/index.js",
"types": "out/index.d.js",
Expand Down
1 change: 1 addition & 0 deletions src/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export class Balance {
}

// TODO: We should not keep a property of a token instance (its nonce) here, in the "Tokens" (still called "Balance") class.
// however, "tokenIdentifier" and "decimals" still have to be available.
getNonce(): BigNumber {
return this.nonce;
}
Expand Down

0 comments on commit 515bf2d

Please sign in to comment.