Skip to content

Commit

Permalink
feat(events): add withdraw supply to total supply PE-6796 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
arielmelendez authored Oct 22, 2024
2 parents fefa619 + 46a1fc9 commit b900391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ local function lastKnownTotalTokenSupply()
+ lastKnownLockedSupply
+ lastKnownStakedSupply
+ lastKnownDelegatedSupply
+ lastKnownWithdrawSupply
+ Balances[Protocol]
end

Expand Down

0 comments on commit b900391

Please sign in to comment.