Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lingcoder committed Aug 11, 2024
1 parent 14bf482 commit 0e20f17
Show file tree
Hide file tree
Showing 4 changed files with 430 additions and 696 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default [{
"lib/openzeppelin-contracts",
"typechain-types/*",
],
}, ...compat.extends("standard"), {
}, {
plugins: {
mocha,
},
Expand Down
2 changes: 2 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

import "./task/accounts";
import "@nomicfoundation/hardhat-toolbox";
import "@nomicfoundation/hardhat-verify";
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"contract",
"solidity"
],
"type": "module",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.5.0"
Expand Down Expand Up @@ -47,10 +46,7 @@
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"ethers": "^6.13.2",
Expand Down Expand Up @@ -84,7 +80,7 @@
"clean": "npx hardhat clean",
"deploy:polygon": "npx hardhat run --network polygon scripts/deploy.ts",
"deploy:mumbai": "npx hardhat run --network mumbai scripts/deploy.ts",
"deploy:goerli": "npx hardhat run --network goerli scripts/deploy.ts",
"deploy:sepolia": "npx hardhat run --network sepolia scripts/deploy.ts",
"deploy:": "npx hardhat run --network mainnet scripts/deploy.ts",
"test": "npx hardhat test",
"abi": "npx hardhat export-abi",
Expand Down
Loading

0 comments on commit 0e20f17

Please sign in to comment.