File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import { hardhatBaseConfig } from 'hardhat-graph-protocol/sdk'
44import '@nomicfoundation/hardhat-foundry'
55import '@nomicfoundation/hardhat-toolbox'
66import '@nomicfoundation/hardhat-ignition-ethers'
7- import 'hardhat-storage-layout'
87import 'hardhat-contract-sizer'
98import 'hardhat-secure-accounts'
109import { HardhatUserConfig } from 'hardhat/types'
Original file line number Diff line number Diff line change 1616 "lint" : " yarn lint:ts && yarn lint:sol" ,
1717 "clean" : " rm -rf build dist cache cache_forge typechain-types" ,
1818 "build" : " BUILD_RUN=true hardhat compile" ,
19- "test" : " forge test && hardhat test "
19+ "test" : " forge test"
2020 },
2121 "devDependencies" : {
2222 "@graphprotocol/contracts" : " workspace:^7.0.0" ,
4545 "hardhat-gas-reporter" : " ^1.0.8" ,
4646 "hardhat-graph-protocol" : " workspace:^0.0.1" ,
4747 "hardhat-secure-accounts" : " ^1.0.5" ,
48- "hardhat-storage-layout" : " ^0.1.7" ,
4948 "lint-staged" : " ^15.2.2" ,
5049 "prettier" : " ^3.2.5" ,
5150 "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'
55import '@nomicfoundation/hardhat-foundry'
66import '@nomicfoundation/hardhat-toolbox'
77import '@nomicfoundation/hardhat-ignition-ethers'
8- import 'hardhat-storage-layout'
98import 'hardhat-contract-sizer'
109import 'hardhat-secure-accounts'
1110import 'solidity-docgen'
Original file line number Diff line number Diff line change 4646 "hardhat-gas-reporter" : " ^1.0.8" ,
4747 "hardhat-graph-protocol" : " workspace:^0.0.1" ,
4848 "hardhat-secure-accounts" : " ^1.0.5" ,
49- "hardhat-storage-layout" : " ^0.1.7" ,
5049 "json5" : " ^2.2.3" ,
5150 "lint-staged" : " ^15.2.2" ,
5251 "prettier" : " ^3.2.5" ,
Original file line number Diff line number Diff line change @@ -2955,7 +2955,6 @@ __metadata:
29552955 hardhat-gas-reporter: "npm:^1.0.8"
29562956 hardhat-graph-protocol: "workspace:^0.0.1"
29572957 hardhat-secure-accounts: "npm:^1.0.5"
2958- hardhat-storage-layout: "npm:^0.1.7"
29592958 lint-staged: "npm:^15.2.2"
29602959 prettier: "npm:^3.2.5"
29612960 prettier-plugin-solidity: "npm:^1.3.1"
@@ -3050,7 +3049,6 @@ __metadata:
30503049 hardhat-gas-reporter: "npm:^1.0.8"
30513050 hardhat-graph-protocol: "workspace:^0.0.1"
30523051 hardhat-secure-accounts: "npm:^1.0.5"
3053- hardhat-storage-layout: "npm:^0.1.7"
30543052 json5: "npm:^2.2.3"
30553053 lint-staged: "npm:^15.2.2"
30563054 prettier: "npm:^3.2.5"
@@ -14564,17 +14562,6 @@ __metadata:
1456414562 languageName: node
1456514563 linkType: hard
1456614564
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-
1457814565"hardhat-tracer@npm:^1.0.0-alpha.6":
1457914566 version: 1.3.0
1458014567 resolution: "hardhat-tracer@npm:1.3.0"
You can’t perform that action at this time.
0 commit comments