mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Updated buidler-ethers package to rc version to improve time performance of chain operations.
This commit is contained in:
parent
2e72a55c78
commit
6ef4ca54b5
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -182,9 +182,9 @@
|
|||
}
|
||||
},
|
||||
"@nomiclabs/buidler-ethers": {
|
||||
"version": "1.3.3",
|
||||
"resolved": "https://registry.npmjs.org/@nomiclabs/buidler-ethers/-/buidler-ethers-1.3.3.tgz",
|
||||
"integrity": "sha512-MNh59qQI/f+B4t01lhOq5TFG5zTK0EmpAunD8w8dYXcDCdV3dGaj960Spl+dkgGUapQaOu3CrPl9Z+V9kkqj0g==",
|
||||
"version": "1.3.4-rc.0",
|
||||
"resolved": "https://registry.npmjs.org/@nomiclabs/buidler-ethers/-/buidler-ethers-1.3.4-rc.0.tgz",
|
||||
"integrity": "sha512-N+FCoUGLrQCzJaJLbgt0AUllYZRYJXiuhhfytj9tItR0rzgfTF3KoNMKHzkyNH23xCQTPNVKfL+8cHfOpuWg8g==",
|
||||
"dev": true
|
||||
},
|
||||
"@nomiclabs/buidler-etherscan": {
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@nomiclabs/buidler": "1.3.5",
|
||||
"@nomiclabs/buidler-ethers": "1.3.3",
|
||||
"@nomiclabs/buidler-ethers": "1.3.4-rc.0",
|
||||
"@nomiclabs/buidler-etherscan": "1.3.3",
|
||||
"@nomiclabs/buidler-waffle": "1.3.4",
|
||||
"@openzeppelin/contracts": "3.0.1",
|
||||
|
|
Loading…
Reference in New Issue
Block a user