You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the calculation of (userPower / totalLocked) to get % power we have to treat SnapshotGuild and SnapshotRepGuild differently. Or we need to add another method to the contract.
SnapshotGuild implements snapshot on guild contract level as the token is ERC20
votingPowerOfAt()
totalLockedAt()
SnapshotRepGuild implements snapshot on the token level as the token is not ERC20.
We only have votingPowerOfAt() right now but an issue will be made and implemented to add support for totalLockedAt()
Instead of using current total locked tokens we instead need to find the snapshotted total at proposal creation time as this is how snapshot operates.
We will use snapshotREPGuild for now to test this.
The text was updated successfully, but these errors were encountered: