update solc

This commit is contained in:
Michele Balistreri 2020-09-24 10:39:07 +02:00
parent 4effbff5c0
commit a1e7b666fa
No known key found for this signature in database
GPG Key ID: E9567DA33A4F791A
2 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
},
"license": "MIT",
"dependencies": {
"@eth-optimism/solc": "^0.5.16-alpha.0",
"@eth-optimism/solc": "^0.5.16-alpha.2",
"@openzeppelin/cli": "^2.8.2",
"@openzeppelin/contracts-ethereum-package": "^2.5.0",
"eth-sig-util": "^2.5.3",

View File

@ -54,7 +54,7 @@
ethers-v4 "npm:ethers@4"
ethers-v5 "npm:ethers@5.0.7"
"@eth-optimism/solc@^0.5.16-alpha.0":
"@eth-optimism/solc@^0.5.16-alpha.2":
version "0.5.16-alpha.2"
resolved "https://registry.yarnpkg.com/@eth-optimism/solc/-/solc-0.5.16-alpha.2.tgz#24e92d93682b2895fc4de70a2ab28b80e78000cb"
integrity sha512-c8Ynl6teu5z7kKOweGB8V629liKTIC/udnuwpdImQgBGyp6BTMXwgBPKQkHagCC5eTAEr9jGF+ENvt6ppxElGA==
@ -4191,9 +4191,9 @@ ethereumjs-common@^1.1.0, ethereumjs-common@^1.3.2, ethereumjs-common@^1.5.0:
resolved "https://registry.yarnpkg.com/ethereumjs-common/-/ethereumjs-common-1.5.2.tgz#2065dbe9214e850f2e955a80e650cb6999066979"
integrity sha512-hTfZjwGX52GS2jcVO6E2sx4YuFnf0Fhp5ylo4pEPhEffNln7vS59Hr5sLnp3/QCazFLluuBZ+FZ6J5HTp0EqCA==
"ethereumjs-ovm@git+https://github.com/ethereum-optimism/ethereumjs-vm.git":
"ethereumjs-ovm@git+https://github.com/ethereum-optimism/ethereumjs-vm":
version "4.2.0"
resolved "git+https://github.com/ethereum-optimism/ethereumjs-vm.git#02ba6e77a88339b04a053b5e653f644acb1555b8"
resolved "git+https://github.com/ethereum-optimism/ethereumjs-vm#02ba6e77a88339b04a053b5e653f644acb1555b8"
dependencies:
"@types/debug" "^4.1.5"
"@types/uuid" "^8.3.0"