Skip to content

Commit

Permalink
Fix build issue with packages dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Nov 8, 2024
1 parent 4875c17 commit db5f309
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/ajna-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.1.1",
"ethers": "^5.7.2",
"hardhat": "^2.13.0",
"hardhat-docgen": "^1.3.0",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-preprocessor": "^0.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/dma-contracts/hardhat.config.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import 'solidity-coverage'
import 'solidity-docgen'
import 'hardhat-tracer'
import 'hardhat-abi-exporter'
import '@tenderly/hardhat-tenderly'

// import '@tenderly/hardhat-tenderly'
import { Network } from '@deploy-configurations/types/network'
import * as process from 'process'

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12455,7 +12455,7 @@ [email protected]:
uuid "^8.3.2"
ws "^7.4.6"

hardhat@^2.13.0, hardhat@^2.9.6:
hardhat@^2.9.6:
version "2.14.0"
resolved "https://registry.npmjs.org/hardhat/-/hardhat-2.14.0.tgz"
integrity sha512-73jsInY4zZahMSVFurSK+5TNCJTXMv+vemvGia0Ac34Mm19fYp6vEPVGF3sucbumszsYxiTT2TbS8Ii2dsDSoQ==
Expand Down

0 comments on commit db5f309

Please sign in to comment.