Skip to content

Commit 603e1fa

Browse files
committedJul 24, 2023
Create hardhat.config.ts
1 parent ddcaf9f commit 603e1fa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎hardhat.config.ts

+8
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
Please sign in to comment.