Skip to content

Commit

Permalink
feat: remove hardhat-deploy import and all properties used in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedali8 committed Sep 18, 2024
1 parent 48eed33 commit 0855c3b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import "@nomicfoundation/hardhat-toolbox";
import "@primitivefi/hardhat-dodoc";
import { config as dotenvConfig } from "dotenv";
import "hardhat-contract-sizer";
import "hardhat-deploy";
import { removeConsoleLog } from "hardhat-preprocessor";
import "hardhat-storage-layout";
import "hardhat-test-suite-generator";
Expand Down Expand Up @@ -88,12 +87,6 @@ const config: HardhatUserConfig = {
// gasPrice: process.env.GAS_PRICE, // if commented out then it fetches from ethGasStationAPI
coinmarketcap: process.env.COIN_MARKET_CAP_API_KEY || undefined,
excludeContracts: [],
src: "./contracts",
},
namedAccounts: {
deployer: {
default: 0, // here this will by default take the first account as deployer
},
},
networks: {
// Local network configs
Expand All @@ -110,8 +103,6 @@ const config: HardhatUserConfig = {
paths: {
artifacts: "./artifacts",
cache: "./cache",
deploy: "./deploy",
deployments: "./deployments",
sources: "./contracts",
tests: "./test",
},
Expand Down

0 comments on commit 0855c3b

Please sign in to comment.