فهرست منبع

feat: upgrade to solc@0.8.4

Paul Razvan Berg 4 سال پیش
والد
کامیت
3b83497ee9
2فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 3 3
      README.md
  2. 1 1
      hardhat.config.ts

+ 3 - 3
README.md

@@ -87,7 +87,7 @@ Delete the smart contract artifacts, the coverage reports and the Hardhat cache:
 $ yarn clean
 $ yarn clean
 ```
 ```
 
 
-### Deploy 
+### Deploy
 
 
 Deploy the contracts to Hardhat Network:
 Deploy the contracts to Hardhat Network:
 
 
@@ -109,9 +109,9 @@ compiler version is to add the following fields to your VSCode user settings:
 
 
 ```json
 ```json
 {
 {
-  "solidity.compileUsingRemoteVersion": "v0.8.3+commit.8d00100c",
+  "solidity.compileUsingRemoteVersion": "v0.8.4+commit.c7e474f2",
   "solidity.defaultCompiler": "remote"
   "solidity.defaultCompiler": "remote"
 }
 }
 ```
 ```
 
 
-Where of course `v0.8.3+commit.8d00100c` can be replaced with any other version.
+Where of course `v0.8.4+commit.c7e474f2` can be replaced with any other version.

+ 1 - 1
hardhat.config.ts

@@ -80,7 +80,7 @@ const config: HardhatUserConfig = {
     tests: "./test",
     tests: "./test",
   },
   },
   solidity: {
   solidity: {
-    version: "0.8.3",
+    version: "0.8.4",
     settings: {
     settings: {
       metadata: {
       metadata: {
         // Not including the metadata hash
         // Not including the metadata hash