Skip to content

Commit c03ff9f

Browse files
committed
upgrade ethers packages to fix missing avatars
1 parent 9e61b6a commit c03ff9f

File tree

3 files changed

+614
-285
lines changed

3 files changed

+614
-285
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@ensdomains/eth-ens-namehash": "^2.0.15",
13-
"@ethersproject/address": "^5.5.0",
14-
"@ethersproject/providers": "^5.5.2",
13+
"@ethersproject/address": "^5.6.1",
14+
"@ethersproject/providers": "^5.6.8",
1515
"classnames": "^2.3.1",
1616
"graphql": "^16.2.0",
1717
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)