We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4de6b commit 3125ed7Copy full SHA for 3125ed7
src/mappings/poktroll/pagination.ts
@@ -7,7 +7,8 @@ import {
7
StakeStatus,
8
Supplier,
9
SupplierServiceConfig,
10
- Transaction, Validator,
+ Transaction,
11
+ Validator,
12
} from "../../types";
13
import { fetchPaginatedRecords } from "../utils/db";
14
src/mappings/poktroll/reports.ts
@@ -20,7 +20,8 @@ import {
20
fetchAllSupplierByStatus,
21
fetchAllSupplierByUnstakingEndBlockId,
22
fetchAllSupplierServiceConfigBySupplier,
23
- fetchAllTransactions, fetchAllValidatorByStatus,
+ fetchAllTransactions,
24
+ fetchAllValidatorByStatus,
25
} from "./pagination";
26
27
export async function handleAddBlockReports(block: CosmosBlock): Promise<void> {
0 commit comments