Skip to content

Commit

Permalink
Updated dist files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 16, 2021
1 parent 4b5ce21 commit d993439
Show file tree
Hide file tree
Showing 18 changed files with 588 additions and 536 deletions.
2 changes: 1 addition & 1 deletion dist/exchain.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2899,7 +2899,7 @@ function computeTransactionHash(tx) {
nonce: stringify(tx.nonce || 0),
gasPrice: stringify(tx.gasPrice || 0),
gas: stringify(tx.gasLimit || 0),
to: ((tx.to != null) ? utils.hexlify(tx.to) : "0x"),
to: ((tx.to != null) ? utils.hexlify(tx.to) : ""),
value: stringify(tx.value || 0),
input: utils.hexlify(tx.data),
v: stringify(tx.v || 0),
Expand Down
2 changes: 1 addition & 1 deletion dist/exchain.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/exchain.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -2903,7 +2903,7 @@
nonce: stringify(tx.nonce || 0),
gasPrice: stringify(tx.gasPrice || 0),
gas: stringify(tx.gasLimit || 0),
to: ((tx.to != null) ? ethers.utils.hexlify(tx.to) : "0x"),
to: ((tx.to != null) ? ethers.utils.hexlify(tx.to) : ""),
value: stringify(tx.value || 0),
input: ethers.utils.hexlify(tx.data),
v: stringify(tx.v || 0),
Expand Down
2 changes: 1 addition & 1 deletion dist/exchain.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib.esm/formatter.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/formatter.js.map

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

96 changes: 68 additions & 28 deletions lib.esm/index.tests.js

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

Loading

0 comments on commit d993439

Please sign in to comment.