Browse Source

Configure compilation with solc 0.7.4

Francisco Giordano 4 năm trước cách đây
mục cha
commit
78196f09af
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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',
   },
 };