|
@@ -44,6 +44,8 @@ export const filterMethods = {
|
|
section === "staking" && method === "Reward",
|
|
section === "staking" && method === "Reward",
|
|
finalizedSpendingProposals: ({ section, method }: CacheEvent) =>
|
|
finalizedSpendingProposals: ({ section, method }: CacheEvent) =>
|
|
section === "proposalsEngine" && method === "ProposalStatusUpdated",
|
|
section === "proposalsEngine" && method === "ProposalStatusUpdated",
|
|
|
|
+ sudoSetBalance: ({ section, method }: CacheEvent) =>
|
|
|
|
+ section == "balances" && method == "BalanceSet",
|
|
};
|
|
};
|
|
|
|
|
|
export const getWorkerRewards = async (
|
|
export const getWorkerRewards = async (
|