Skip to content

Commit

Permalink
Merge pull request #463 from zama-ai/fix-package
Browse files Browse the repository at this point in the history
chore: remove package with optional dependencies
  • Loading branch information
immortal-tofu authored Aug 12, 2024
2 parents 05b8773 + ab876da commit 5914458
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 239 deletions.
6 changes: 0 additions & 6 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 dotenv from 'dotenv';
import * as fs from 'fs';
import 'hardhat-deploy';
import 'hardhat-ignore-warnings';
import 'hardhat-preprocessor';
import { TASK_PREPROCESS } from 'hardhat-preprocessor';
import type { HardhatUserConfig, extendProvider } from 'hardhat/config';
Expand Down Expand Up @@ -231,11 +230,6 @@ const config: HardhatUserConfig = {
evmVersion: 'cancun',
},
},
warnings: {
'*': {
'transient-storage': false,
},
},
typechain: {
outDir: 'types',
target: 'ethers-v6',
Expand Down
232 changes: 0 additions & 232 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"hardhat": "^2.22.5",
"hardhat-deploy": "^0.11.29",
"hardhat-gas-reporter": "^1.0.2",
"hardhat-ignore-warnings": "^0.2.11",
"hardhat-preprocessor": "^0.1.5",
"lodash": "^4.17.21",
"mocha": "^10.1.0",
Expand Down

0 comments on commit 5914458

Please sign in to comment.