File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { ethers } from 'ethers'
2
2
import { randomHexBytes } from '../lib/bytes'
3
3
4
- import { ISubgraphService } from '@graphprotocol/subgraph-service'
5
-
6
4
// Generate allocation proof with the indexer's address and the allocation id, signed by the allocation private key
7
5
export async function generateAllocationProof ( indexerAddress : string , allocationPrivateKey : string ) {
8
6
const wallet = new ethers . Wallet ( allocationPrivateKey )
Original file line number Diff line number Diff line change @@ -99,7 +99,6 @@ export const networksUserConfig: BaseNetworksUserConfig = {
99
99
localhost : {
100
100
chainId : 31337 ,
101
101
url : LOCALHOST_RPC ,
102
- loggingEnabled : true ,
103
102
secureAccounts : {
104
103
enabled : true ,
105
104
} ,
You can’t perform that action at this time.
0 commit comments