We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21e2905 commit 191f8f3Copy full SHA for 191f8f3
packages/toolshed/src/core/allocation.ts
@@ -1,8 +1,6 @@
1
import { ethers } from 'ethers'
2
import { randomHexBytes } from '../lib/bytes'
3
4
-import { ISubgraphService } from '@graphprotocol/subgraph-service'
5
-
6
// Generate allocation proof with the indexer's address and the allocation id, signed by the allocation private key
7
export async function generateAllocationProof(indexerAddress: string, allocationPrivateKey: string) {
8
const wallet = new ethers.Wallet(allocationPrivateKey)
packages/toolshed/src/hardhat/hardhat.base.config.ts
@@ -99,7 +99,6 @@ export const networksUserConfig: BaseNetworksUserConfig = {
99
localhost: {
100
chainId: 31337,
101
url: LOCALHOST_RPC,
102
- loggingEnabled: true,
103
secureAccounts: {
104
enabled: true,
105
},
0 commit comments