Skip to content

Commit

Permalink
Update hardhat.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
savvar9991 authored Dec 28, 2024
1 parent 8a14c35 commit 4039bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { HardhatUserConfig } from "hardhat/config";
const config: HardhatUserConfig = {
paths: {
sources: "src",
deployPaths: "scripts",
deploy: "scripts",
},
defaultNetwork: "inMemoryNode",
networks: {
Expand Down Expand Up @@ -56,7 +56,7 @@ const config: HardhatUserConfig = {
version: "0.8.28",
settings: {
evmVersion: "cancun",
}
},
},
};

Expand Down

0 comments on commit 4039bfd

Please sign in to comment.