Skip to content

Commit 0e20f17

Browse files
committed
chore: update deps
1 parent 14bf482 commit 0e20f17

File tree

4 files changed

+430
-696
lines changed

4 files changed

+430
-696
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default [{
2828
"lib/openzeppelin-contracts",
2929
"typechain-types/*",
3030
],
31-
}, ...compat.extends("standard"), {
31+
}, {
3232
plugins: {
3333
mocha,
3434
},

hardhat.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
import "./task/accounts";
24
import "@nomicfoundation/hardhat-toolbox";
35
import "@nomicfoundation/hardhat-verify";

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"contract",
1212
"solidity"
1313
],
14-
"type": "module",
1514
"engines": {
1615
"node": ">=20.0.0",
1716
"pnpm": ">=9.5.0"
@@ -47,10 +46,7 @@
4746
"@typescript-eslint/parser": "^7.18.0",
4847
"eslint": "^8.57.0",
4948
"eslint-config-prettier": "^9.1.0",
50-
"eslint-config-standard": "^17.1.0",
51-
"eslint-plugin-import": "^2.29.1",
5249
"eslint-plugin-mocha": "^10.5.0",
53-
"eslint-plugin-n": "^17.10.2",
5450
"eslint-plugin-prettier": "^5.2.1",
5551
"eslint-plugin-promise": "^6.6.0",
5652
"ethers": "^6.13.2",
@@ -84,7 +80,7 @@
8480
"clean": "npx hardhat clean",
8581
"deploy:polygon": "npx hardhat run --network polygon scripts/deploy.ts",
8682
"deploy:mumbai": "npx hardhat run --network mumbai scripts/deploy.ts",
87-
"deploy:goerli": "npx hardhat run --network goerli scripts/deploy.ts",
83+
"deploy:sepolia": "npx hardhat run --network sepolia scripts/deploy.ts",
8884
"deploy:": "npx hardhat run --network mainnet scripts/deploy.ts",
8985
"test": "npx hardhat test",
9086
"abi": "npx hardhat export-abi",

0 commit comments

Comments
 (0)