Skip to content

Commit

Permalink
fix(deps): update dependency ethers-multicall to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 3, 2021
1 parent 00d9431 commit 1e02d63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"dotenv": "8.2.0",
"ethers": "5.1.4",
"ethers-multicall": "0.1.6",
"ethers-multicall": "0.2.0",
"isomorphic-fetch": "3.0.0",
"next": "10.0.7",
"react": "17.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3590,10 +3590,10 @@ ethereumjs-vm@^2.1.0, ethereumjs-vm@^2.3.4, ethereumjs-vm@^2.6.0:
rustbn.js "~0.2.0"
safe-buffer "^5.1.1"

ethers-multicall@0.1.6:
version "0.1.6"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.1.6.tgz#ba0a50df9c833ee86cda3f157ded837bcd4b67f1"
integrity sha512-FQ4HdJ8hH/AZ0u1SWWqjXBEDhM1SnQf/WY7IDczqP9hG4R3N8AjFLZg88byyn/ozxJEqCfqaXJFkvDVtGb83oQ==
ethers-multicall@0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/ethers-multicall/-/ethers-multicall-0.2.0.tgz#91c54e941dbff52079d2af65ff50569b83c6cd75"
integrity sha512-dZeuPw+ROFQZElF8gm1OMvE5pdApRtILQdcG1xDPdGIqixtDGNz8xXGQAdBG/nAdt97tXlMbgp4/mmY5PRAnhA==
dependencies:
ethers "^5.0.0"

Expand Down

0 comments on commit 1e02d63

Please sign in to comment.