mirror of
https://github.com/pezkuwichain/pezkuwi-subquery.git
synced 2026-04-22 21:48:01 +00:00
0812cf9e7a
- pezkuwi.yaml: Relay chain staking indexer (rewards, slashes, pools, transfers, era info) - pezkuwi-assethub.yaml: Asset Hub indexer (NominationPools, asset transfers) - GraphQL schema for staking data entities - Handler mappings from Nova SubQuery base
5 lines
81 B
TypeScript
5 lines
81 B
TypeScript
export default {
|
|
preset: "ts-jest",
|
|
testMatch: ["**/tests/**/*.test.ts"],
|
|
};
|