We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
block-foundation
Learn more about funding links in repositories.
Report abuse
1 parent ddcaf9f commit 603e1faCopy full SHA for 603e1fa
hardhat.config.ts
@@ -0,0 +1,8 @@
1
+import { HardhatUserConfig } from "hardhat/config";
2
+import "@nomicfoundation/hardhat-toolbox";
3
+
4
+const config: HardhatUserConfig = {
5
+ solidity: "0.8.19",
6
+};
7
8
+export default config;
0 commit comments