mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 04:17:59 +00:00
feat(governance): add OpenGov v2 indexer for referenda, votes, delegations
Index convictionVoting and referenda pallet data to support PezWallet governance UI — referendum tracking, casting votes, delegation stats, and delegator vote propagation.
This commit is contained in:
+3
-2
@@ -2,7 +2,7 @@
|
||||
"name": "subquery-pezkuwi",
|
||||
"version": "1.0.0",
|
||||
"packageManager": "yarn@4.12.0",
|
||||
"description": "Pezkuwi SubQuery - Staking rewards, NominationPools, transfers indexer for PezWallet",
|
||||
"description": "Pezkuwi SubQuery - Staking, governance, NominationPools, transfers indexer for PezWallet",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "./node_modules/.bin/subql build",
|
||||
@@ -15,7 +15,8 @@
|
||||
"dist",
|
||||
"schema.graphql",
|
||||
"pezkuwi.yaml",
|
||||
"pezkuwi-assethub.yaml"
|
||||
"pezkuwi-assethub.yaml",
|
||||
"pezkuwi-governance.yaml"
|
||||
],
|
||||
"author": "Pezkuwi Team",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user