Skip to content

Commit 2db6a60

Browse files
committed
chore: afuera hardhat-storage-layout
Signed-off-by: Tomás Migone <[email protected]>
1 parent 7df009f commit 2db6a60

File tree

5 files changed

+1
-18
lines changed

5 files changed

+1
-18
lines changed

packages/horizon/hardhat.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { hardhatBaseConfig } from 'hardhat-graph-protocol/sdk'
44
import '@nomicfoundation/hardhat-foundry'
55
import '@nomicfoundation/hardhat-toolbox'
66
import '@nomicfoundation/hardhat-ignition-ethers'
7-
import 'hardhat-storage-layout'
87
import 'hardhat-contract-sizer'
98
import 'hardhat-secure-accounts'
109
import { HardhatUserConfig } from 'hardhat/types'

packages/horizon/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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",
@@ -45,7 +45,6 @@
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",

packages/subgraph-service/hardhat.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { HardhatUserConfig } from 'hardhat/config'
55
import '@nomicfoundation/hardhat-foundry'
66
import '@nomicfoundation/hardhat-toolbox'
77
import '@nomicfoundation/hardhat-ignition-ethers'
8-
import 'hardhat-storage-layout'
98
import 'hardhat-contract-sizer'
109
import 'hardhat-secure-accounts'
1110
import 'solidity-docgen'

packages/subgraph-service/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
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",

yarn.lock

-13
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)