Skip to content

Commit

Permalink
feat: upgrade to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Apr 28, 2021
1 parent 8c266a3 commit 3b83497
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Delete the smart contract artifacts, the coverage reports and the Hardhat cache:
$ yarn clean
```

### Deploy
### Deploy

Deploy the contracts to Hardhat Network:

Expand All @@ -109,9 +109,9 @@ compiler version is to add the following fields to your VSCode user settings:

```json
{
"solidity.compileUsingRemoteVersion": "v0.8.3+commit.8d00100c",
"solidity.compileUsingRemoteVersion": "v0.8.4+commit.c7e474f2",
"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.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const config: HardhatUserConfig = {
tests: "./test",
},
solidity: {
version: "0.8.3",
version: "0.8.4",
settings: {
metadata: {
// Not including the metadata hash
Expand Down

0 comments on commit 3b83497

Please sign in to comment.