Skip to content

Commit

Permalink
admin: updated dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Jan 14, 2025
1 parent 131e4b8 commit a0fb463
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lib.commonjs/providers/formatting.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface BlockParams {
nonce: string;
/**
* For proof-of-work networks, the difficulty target is used to
* adjust the difficulty in mining to ensure a expected block rate.
* adjust the difficulty in mining to ensure an expected block rate.
*/
difficulty: bigint;
/**
Expand Down
2 changes: 1 addition & 1 deletion lib.commonjs/utils/fixednumber.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export type FixedFormat = number | string | {
* If operations are performed that cause a value to become too small
* (close to zero), the value loses precison and is said to //underflow//.
*
* For example, an value with 1 decimal place may store a number as small
* For example, a value with 1 decimal place may store a number as small
* as ``0.1``, but the value of ``0.1 / 2`` is ``0.05``, which cannot fit
* into 1 decimal place, so underflow occurs which means precision is lost
* and the value becomes ``0``.
Expand Down
2 changes: 1 addition & 1 deletion lib.commonjs/utils/fixednumber.js

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

2 changes: 1 addition & 1 deletion lib.esm/_admin/test-browser.d.ts.map

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

52 changes: 31 additions & 21 deletions lib.esm/_admin/test-browser.js

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

2 changes: 1 addition & 1 deletion lib.esm/_admin/test-browser.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib.esm/providers/formatting.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface BlockParams {
nonce: string;
/**
* For proof-of-work networks, the difficulty target is used to
* adjust the difficulty in mining to ensure a expected block rate.
* adjust the difficulty in mining to ensure an expected block rate.
*/
difficulty: bigint;
/**
Expand Down
2 changes: 1 addition & 1 deletion lib.esm/utils/fixednumber.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export type FixedFormat = number | string | {
* If operations are performed that cause a value to become too small
* (close to zero), the value loses precison and is said to //underflow//.
*
* For example, an value with 1 decimal place may store a number as small
* For example, a value with 1 decimal place may store a number as small
* as ``0.1``, but the value of ``0.1 / 2`` is ``0.05``, which cannot fit
* into 1 decimal place, so underflow occurs which means precision is lost
* and the value becomes ``0``.
Expand Down
2 changes: 1 addition & 1 deletion lib.esm/utils/fixednumber.js

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

0 comments on commit a0fb463

Please sign in to comment.