Skip to content

Commit 2887ef3

Browse files
committed
switched to solc version 0.8.17
1 parent 98797d0 commit 2887ef3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

hardhat.config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require("./tasks/faucet");
77

88
/** @type import('hardhat/config').HardhatUserConfig */
99
module.exports = {
10-
solidity: "0.8.9",
11-
networks: {
12-
hardhat: {
13-
chainId: 1337 // We set 1337 to make interacting with MetaMask simpler
14-
}
15-
}
10+
solidity: "0.8.17",
11+
networks: {
12+
hardhat: {
13+
chainId: 1337, // We set 1337 to make interacting with MetaMask simpler
14+
},
15+
},
1616
};

0 commit comments

Comments
 (0)