Skip to content

Commit e265575

Browse files
authored
Restore web3-utils (#743)
1 parent eca0b78 commit e265575

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"recursive-readdir": "^2.2.2",
4343
"sc-istanbul": "^0.4.5",
4444
"semver": "^7.3.4",
45-
"shelljs": "^0.8.3"
45+
"shelljs": "^0.8.3",
46+
"web3-utils": "1.3.0"
4647
},
4748
"devDependencies": {
4849
"@nomiclabs/hardhat-ethers": "^2.0.4",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9175,6 +9175,19 @@ [email protected]:
91759175
underscore "1.9.1"
91769176
utf8 "3.0.0"
91779177

9178+
9179+
version "1.3.0"
9180+
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.0.tgz#5bac16e5e0ec9fe7bdcfadb621655e8aa3cf14e1"
9181+
dependencies:
9182+
bn.js "^4.11.9"
9183+
eth-lib "0.2.8"
9184+
ethereum-bloom-filters "^1.0.6"
9185+
ethjs-unit "0.1.6"
9186+
number-to-bn "1.7.0"
9187+
randombytes "^2.1.0"
9188+
underscore "1.9.1"
9189+
utf8 "3.0.0"
9190+
91789191
91799192
version "1.3.6"
91809193
resolved "https://registry.yarnpkg.com/web3-utils/-/web3-utils-1.3.6.tgz#390bc9fa3a7179746963cfaca55bb80ac4d8dc10"

0 commit comments

Comments
 (0)