- Updated buidler-ethers package to rc version to improve time performance of chain operations.

This commit is contained in:
eboado 2020-06-11 17:32:38 +02:00
parent 2e72a55c78
commit 6ef4ca54b5
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -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": {

View File

@ -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",