Skip to content

Commit

Permalink
feat: change hardhat path
Browse files Browse the repository at this point in the history
  • Loading branch information
juliopavila committed Aug 27, 2024
1 parent 3041070 commit 7299bc4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ dotenv.config()

const config: HardhatUserConfig = {
solidity: "0.8.22",
paths: {
artifacts: "build/artifacts",
cache: "build/cache",
deploy: "src/deploy",
sources: "contracts",
},
networks: {
sepolia: {
url: process.env.SEPOLIA_URL || "",
Expand Down

0 comments on commit 7299bc4

Please sign in to comment.