Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pop-subgraph/src/project-metadata.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Bytes, dataSource, json, BigInt, JSONValueKind } from "@graphprotocol/graph-ts";
import { ProjectMetadata, Project } from "../generated/schema";
import { ProjectMetadata } from "../generated/schema";

/**
* Handler for IPFS file data source that parses project metadata JSON.
Expand Down
5 changes: 0 additions & 5 deletions pop-subgraph/subgraph.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,6 @@ templates:
handler: handleTaskMetadata
entities:
- TaskMetadata
- Task
abis:
- name: TaskManager
file: ./abis/TaskManager.json
Expand All @@ -915,7 +914,6 @@ templates:
handler: handleProjectMetadata
entities:
- ProjectMetadata
- Project
abis:
- name: TaskManager
file: ./abis/TaskManager.json
Expand All @@ -929,8 +927,6 @@ templates:
handler: handleProposalMetadata
entities:
- ProposalMetadata
- Proposal
- DDVProposal
abis:
- name: HybridVoting
file: ./abis/HybridVoting.json
Expand All @@ -944,7 +940,6 @@ templates:
handler: handleEducationModuleMetadata
entities:
- EducationModuleMetadata
- EducationModule
abis:
- name: EducationHub
file: ./abis/EducationHub.json
Expand Down
Loading