Skip to content

Commit 191f8f3

Browse files
committed
fix: remove unused lines
1 parent 21e2905 commit 191f8f3

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

packages/toolshed/src/core/allocation.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
import { ethers } from 'ethers'
22
import { randomHexBytes } from '../lib/bytes'
33

4-
import { ISubgraphService } from '@graphprotocol/subgraph-service'
5-
64
// Generate allocation proof with the indexer's address and the allocation id, signed by the allocation private key
75
export async function generateAllocationProof(indexerAddress: string, allocationPrivateKey: string) {
86
const wallet = new ethers.Wallet(allocationPrivateKey)

packages/toolshed/src/hardhat/hardhat.base.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export const networksUserConfig: BaseNetworksUserConfig = {
9999
localhost: {
100100
chainId: 31337,
101101
url: LOCALHOST_RPC,
102-
loggingEnabled: true,
103102
secureAccounts: {
104103
enabled: true,
105104
},

0 commit comments

Comments
 (0)