fix: blacklist VoterList.ScoreUpdated

This commit is contained in:
Carlo Sala
2025-11-05 13:39:00 +01:00
parent 334b232d40
commit 68a911a6bc

View File

@@ -16,6 +16,7 @@ const blackList = new Set([
"Balances.Locked",
"TransactionPayment.TransactionFeePaid",
"Staking.Rewarded",
"VoterList.ScoreUpdated",
])
const whitelist = new Set(["System.Remarked"])
export const filterEvt = (evt: SystemEvent) =>