Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #21 from cktang88/master
Browse files Browse the repository at this point in the history
Bump solidity to 0.7.6
  • Loading branch information
Rahul Sethuram authored Mar 29, 2021
2 parents 4d6c046 + eec2620 commit 3fc0252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions contracts/Counter.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
pragma solidity ^0.6.8;
pragma solidity ^0.7.6;

import "hardhat/console.sol";


contract Counter {
uint256 count = 0;

Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ETHERSCAN_API_KEY = process.env.ETHERSCAN_API_KEY;
const config: HardhatUserConfig = {
defaultNetwork: "hardhat",
solidity: {
compilers: [{ version: "0.6.8", settings: {} }],
compilers: [{ version: "0.7.6", settings: {} }],
},
networks: {
hardhat: {},
Expand Down

0 comments on commit 3fc0252

Please sign in to comment.