We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f611dba commit f10c595Copy full SHA for f10c595
utils/index.js
@@ -53,6 +53,9 @@ module.exports = {
53
formatEther: units.formatEther,
54
parseEther: units.parseEther,
55
56
+ formatUnits: units.formatUnits,
57
+ parseUnits: units.parseUnits,
58
+
59
keccak256: keccak256,
60
sha256: sha256,
61
utils/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ethers-utils",
3
- "version": "2.1.10",
+ "version": "2.1.11",
4
"description": "Utilities for the Ethers Ethereum library.",
5
"bugs": {
6
"url": "http://github.com/ethers-io/ethers.js/issues",
0 commit comments