File tree Expand file tree Collapse file tree 4 files changed +430
-696
lines changed Expand file tree Collapse file tree 4 files changed +430
-696
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default [{
28
28
"lib/openzeppelin-contracts" ,
29
29
"typechain-types/*" ,
30
30
] ,
31
- } , ... compat . extends ( "standard" ) , {
31
+ } , {
32
32
plugins : {
33
33
mocha,
34
34
} ,
Original file line number Diff line number Diff line change
1
+ "use strict" ;
2
+
1
3
import "./task/accounts" ;
2
4
import "@nomicfoundation/hardhat-toolbox" ;
3
5
import "@nomicfoundation/hardhat-verify" ;
Original file line number Diff line number Diff line change 11
11
" contract" ,
12
12
" solidity"
13
13
],
14
- "type" : " module" ,
15
14
"engines" : {
16
15
"node" : " >=20.0.0" ,
17
16
"pnpm" : " >=9.5.0"
47
46
"@typescript-eslint/parser" : " ^7.18.0" ,
48
47
"eslint" : " ^8.57.0" ,
49
48
"eslint-config-prettier" : " ^9.1.0" ,
50
- "eslint-config-standard" : " ^17.1.0" ,
51
- "eslint-plugin-import" : " ^2.29.1" ,
52
49
"eslint-plugin-mocha" : " ^10.5.0" ,
53
- "eslint-plugin-n" : " ^17.10.2" ,
54
50
"eslint-plugin-prettier" : " ^5.2.1" ,
55
51
"eslint-plugin-promise" : " ^6.6.0" ,
56
52
"ethers" : " ^6.13.2" ,
84
80
"clean" : " npx hardhat clean" ,
85
81
"deploy:polygon" : " npx hardhat run --network polygon scripts/deploy.ts" ,
86
82
"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" ,
88
84
"deploy:" : " npx hardhat run --network mainnet scripts/deploy.ts" ,
89
85
"test" : " npx hardhat test" ,
90
86
"abi" : " npx hardhat export-abi" ,
You can’t perform that action at this time.
0 commit comments