Skip to content

Commit

Permalink
Fix proposal queued handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ifavo committed Sep 12, 2024
1 parent 531bdc8 commit ddd57f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Governor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export function handleProposalQueued(event: ProposalQueuedEvent): void {
ev.timestamp = event.block.timestamp
ev.governor = governor.id
ev.proposal = proposal.id
ev.eta = event.params.etaSeconds
ev.save()
}

Expand Down

0 comments on commit ddd57f5

Please sign in to comment.