fix(data/ethers): correct MembersAdded map type to string[] (#1033)

This commit is contained in:
radik878
2025-10-22 11:52:09 +03:00
committed by GitHub
parent 2e6bef51d4
commit e1e893004d

View File

@@ -208,7 +208,7 @@ export default class SemaphoreEthers {
const membersAddedEvents = await getEvents(this._contract, "MembersAdded", [groupId], this._options.startBlock)
const membersAddedEventsMap = new Map<string, [string]>()
const membersAddedEventsMap = new Map<string, string[]>()
for (const [, startIndex, identityCommitments] of membersAddedEvents) {
membersAddedEventsMap.set(