Skip to content

Commit

Permalink
Merge pull request #154 from nearprotocol/yoctonear
Browse files Browse the repository at this point in the history
Update constants for account balance to use yoctonear
  • Loading branch information
janedegtiareva authored Dec 18, 2019
2 parents 7705dc7 + 2583d48 commit a513838
Show file tree
Hide file tree
Showing 93 changed files with 450 additions and 454 deletions.
2 changes: 1 addition & 1 deletion dist/nearlib.js
Original file line number Diff line number Diff line change
Expand Up @@ -1261,7 +1261,7 @@ const BN = require('bn.js');
/**
* Exponent for calculating how many indivisible units are there in one NEAR. See {@link NEAR_NOMINATION}.
*/
exports.NEAR_NOMINATION_EXP = 18;
exports.NEAR_NOMINATION_EXP = 24;
/**
* Number of indivisible units in one NEAR. Derived from {@link NEAR_NOMINATION_EXP}.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/nearlib.min.js

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

50 changes: 25 additions & 25 deletions docs/nearlib/classes/_account_.account.md

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

2 changes: 1 addition & 1 deletion docs/nearlib/classes/_account_creator_.accountcreator.md

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

8 changes: 4 additions & 4 deletions docs/nearlib/classes/_account_creator_.localaccountcreator.md

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

8 changes: 4 additions & 4 deletions docs/nearlib/classes/_account_creator_.urlaccountcreator.md

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

10 changes: 5 additions & 5 deletions docs/nearlib/classes/_connection_.connection.md

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

Loading

0 comments on commit a513838

Please sign in to comment.