Skip to content

Commit

Permalink
Revert "chore: remove package with optional dependencies"
Browse files Browse the repository at this point in the history
This reverts commit ab876da.
  • Loading branch information
immortal-tofu committed Aug 12, 2024
1 parent 99397cc commit 0e5f9ed
Show file tree
Hide file tree
Showing 3 changed files with 239 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 @@ -2,6 +2,7 @@ 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 @@ -230,6 +231,11 @@ const config: HardhatUserConfig = {
evmVersion: 'cancun',
},
},
warnings: {
'*': {
'transient-storage': false,
},
},
typechain: {
outDir: 'types',
target: 'ethers-v6',
Expand Down
232 changes: 232 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"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 0e5f9ed

Please sign in to comment.