Эх сурвалжийг харах

Configure compilation with solc 0.7.4

Francisco Giordano 4 жил өмнө
parent
commit
78196f09af
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      buidler.config.js

+ 1 - 1
buidler.config.js

@@ -15,6 +15,6 @@ module.exports = {
     },
   },
   solc: {
-    version: '0.6.12',
+    version: '0.7.4',
   },
 };