Skip to content

Commit 44dd7ea

Browse files
committed
chore: update hardhat-secure-accounts to latest
Signed-off-by: Tomás Migone <[email protected]>
1 parent 9287fa0 commit 44dd7ea

File tree

4 files changed

+20
-12
lines changed

4 files changed

+20
-12
lines changed

packages/hardhat-graph-protocol/src/sdk/hardhat.base.config.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,6 @@ export const networksUserConfig: BaseNetworksUserConfig = {
5252
subgraphService: resolveLocalAddressBook('@graphprotocol/subgraph-service/addresses.json'),
5353
},
5454
},
55-
localhostNoSecureAccounts: {
56-
chainId: 31337,
57-
url: 'http://localhost:8545',
58-
deployments: {
59-
horizon: resolveLocalAddressBook('@graphprotocol/horizon/addresses.json'),
60-
subgraphService: resolveLocalAddressBook('@graphprotocol/subgraph-service/addresses.json'),
61-
},
62-
},
6355
localhost: {
6456
chainId: 31337,
6557
url: 'http://localhost:8545',

packages/horizon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"hardhat-contract-sizer": "^2.10.0",
4545
"hardhat-gas-reporter": "^1.0.8",
4646
"hardhat-graph-protocol": "workspace:^0.0.1",
47-
"hardhat-secure-accounts": "^1.0.4",
47+
"hardhat-secure-accounts": "^1.0.5",
4848
"hardhat-storage-layout": "^0.1.7",
4949
"lint-staged": "^15.2.2",
5050
"prettier": "^3.2.5",

packages/subgraph-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"hardhat-contract-sizer": "^2.10.0",
4646
"hardhat-gas-reporter": "^1.0.8",
4747
"hardhat-graph-protocol": "workspace:^0.0.1",
48-
"hardhat-secure-accounts": "^1.0.4",
48+
"hardhat-secure-accounts": "^1.0.5",
4949
"hardhat-storage-layout": "^0.1.7",
5050
"json5": "^2.2.3",
5151
"lint-staged": "^15.2.2",

yarn.lock

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2954,7 +2954,7 @@ __metadata:
29542954
hardhat-contract-sizer: "npm:^2.10.0"
29552955
hardhat-gas-reporter: "npm:^1.0.8"
29562956
hardhat-graph-protocol: "workspace:^0.0.1"
2957-
hardhat-secure-accounts: "npm:^1.0.4"
2957+
hardhat-secure-accounts: "npm:^1.0.5"
29582958
hardhat-storage-layout: "npm:^0.1.7"
29592959
lint-staged: "npm:^15.2.2"
29602960
prettier: "npm:^3.2.5"
@@ -3049,7 +3049,7 @@ __metadata:
30493049
hardhat-contract-sizer: "npm:^2.10.0"
30503050
hardhat-gas-reporter: "npm:^1.0.8"
30513051
hardhat-graph-protocol: "workspace:^0.0.1"
3052-
hardhat-secure-accounts: "npm:^1.0.4"
3052+
hardhat-secure-accounts: "npm:^1.0.5"
30533053
hardhat-storage-layout: "npm:^0.1.7"
30543054
json5: "npm:^2.2.3"
30553055
lint-staged: "npm:^15.2.2"
@@ -14537,6 +14537,22 @@ __metadata:
1453714537
languageName: node
1453814538
linkType: hard
1453914539

14540+
"hardhat-secure-accounts@npm:^1.0.5":
14541+
version: 1.0.5
14542+
resolution: "hardhat-secure-accounts@npm:1.0.5"
14543+
dependencies:
14544+
debug: "npm:^4.3.4"
14545+
enquirer: "npm:^2.3.6"
14546+
lodash.clonedeep: "npm:^4.5.0"
14547+
prompt-sync: "npm:^4.2.0"
14548+
peerDependencies:
14549+
"@nomicfoundation/hardhat-ethers": ^3.0.0
14550+
ethers: ^6.13.0
14551+
hardhat: ^2.22.0
14552+
checksum: b1a30f083b1a2919d6aee2f79253edcadff70017e8006df914bba4e6ad9963db622317ca333dfce38f16a9d60ee9425c0591b578cbf8c6db52d617161d4b46ee
14553+
languageName: node
14554+
linkType: hard
14555+
1454014556
"hardhat-storage-layout@npm:0.1.6":
1454114557
version: 0.1.6
1454214558
resolution: "hardhat-storage-layout@npm:0.1.6"

0 commit comments

Comments
 (0)