File tree 5 files changed +1
-18
lines changed
5 files changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { hardhatBaseConfig } from 'hardhat-graph-protocol/sdk'
4
4
import '@nomicfoundation/hardhat-foundry'
5
5
import '@nomicfoundation/hardhat-toolbox'
6
6
import '@nomicfoundation/hardhat-ignition-ethers'
7
- import 'hardhat-storage-layout'
8
7
import 'hardhat-contract-sizer'
9
8
import 'hardhat-secure-accounts'
10
9
import { HardhatUserConfig } from 'hardhat/types'
Original file line number Diff line number Diff line change 16
16
"lint" : " yarn lint:ts && yarn lint:sol" ,
17
17
"clean" : " rm -rf build dist cache cache_forge typechain-types" ,
18
18
"build" : " BUILD_RUN=true hardhat compile" ,
19
- "test" : " forge test && hardhat test "
19
+ "test" : " forge test"
20
20
},
21
21
"devDependencies" : {
22
22
"@graphprotocol/contracts" : " workspace:^7.0.0" ,
45
45
"hardhat-gas-reporter" : " ^1.0.8" ,
46
46
"hardhat-graph-protocol" : " workspace:^0.0.1" ,
47
47
"hardhat-secure-accounts" : " ^1.0.5" ,
48
- "hardhat-storage-layout" : " ^0.1.7" ,
49
48
"lint-staged" : " ^15.2.2" ,
50
49
"prettier" : " ^3.2.5" ,
51
50
"prettier-plugin-solidity" : " ^1.3.1" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import { HardhatUserConfig } from 'hardhat/config'
5
5
import '@nomicfoundation/hardhat-foundry'
6
6
import '@nomicfoundation/hardhat-toolbox'
7
7
import '@nomicfoundation/hardhat-ignition-ethers'
8
- import 'hardhat-storage-layout'
9
8
import 'hardhat-contract-sizer'
10
9
import 'hardhat-secure-accounts'
11
10
import 'solidity-docgen'
Original file line number Diff line number Diff line change 46
46
"hardhat-gas-reporter" : " ^1.0.8" ,
47
47
"hardhat-graph-protocol" : " workspace:^0.0.1" ,
48
48
"hardhat-secure-accounts" : " ^1.0.5" ,
49
- "hardhat-storage-layout" : " ^0.1.7" ,
50
49
"json5" : " ^2.2.3" ,
51
50
"lint-staged" : " ^15.2.2" ,
52
51
"prettier" : " ^3.2.5" ,
Original file line number Diff line number Diff line change @@ -2955,7 +2955,6 @@ __metadata:
2955
2955
hardhat-gas-reporter: "npm:^1.0.8"
2956
2956
hardhat-graph-protocol: "workspace:^0.0.1"
2957
2957
hardhat-secure-accounts: "npm:^1.0.5"
2958
- hardhat-storage-layout: "npm:^0.1.7"
2959
2958
lint-staged: "npm:^15.2.2"
2960
2959
prettier: "npm:^3.2.5"
2961
2960
prettier-plugin-solidity: "npm:^1.3.1"
@@ -3050,7 +3049,6 @@ __metadata:
3050
3049
hardhat-gas-reporter: "npm:^1.0.8"
3051
3050
hardhat-graph-protocol: "workspace:^0.0.1"
3052
3051
hardhat-secure-accounts: "npm:^1.0.5"
3053
- hardhat-storage-layout: "npm:^0.1.7"
3054
3052
json5: "npm:^2.2.3"
3055
3053
lint-staged: "npm:^15.2.2"
3056
3054
prettier: "npm:^3.2.5"
@@ -14564,17 +14562,6 @@ __metadata:
14564
14562
languageName: node
14565
14563
linkType: hard
14566
14564
14567
- "hardhat-storage-layout@npm:^0.1.7":
14568
- version: 0.1.7
14569
- resolution: "hardhat-storage-layout@npm:0.1.7"
14570
- dependencies:
14571
- console-table-printer: "npm:^2.9.0"
14572
- peerDependencies:
14573
- hardhat: ^2.0.3
14574
- checksum: 257b52a079183953d079ae221d05551391ff57adbad1ba033a3ccfa1b9df495ddd29285e67a7d03da484aa69f65850feb64a9bd7e37f53c549efd3833ed8b38c
14575
- languageName: node
14576
- linkType: hard
14577
-
14578
14565
"hardhat-tracer@npm:^1.0.0-alpha.6":
14579
14566
version: 1.3.0
14580
14567
resolution: "hardhat-tracer@npm:1.3.0"
You can’t perform that action at this time.
0 commit comments