Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HNT claimable rewards #850

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add HNT claimable rewards #850

wants to merge 2 commits into from

Conversation

ChewingGlass
Copy link
Contributor

No description provided.

@ChewingGlass ChewingGlass requested a review from a team as a code owner December 16, 2024 18:12
@ChewingGlass ChewingGlass requested review from allenan and tyler-whitman and removed request for a team December 16, 2024 18:12
ios/Podfile.lock Outdated
@@ -2067,4 +2067,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 51a354c5ff94b58e8c8bd1903d2326a93a17b4d0

COCOAPODS: 1.16.2
COCOAPODS: 1.15.2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can update your pods version and revert this

@@ -62,6 +65,11 @@ const ClaimTokensPage = () => {
return toNumber(pendingIotRewards, 6)
}, [pendingIotRewards])

const totalPendingHnt = useMemo(() => {
if (!pendingHntRewards) return 0
return toNumber(pendingHntRewards, 6)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be 8 instead of 6

@@ -1323,6 +1342,7 @@ export async function annotateWithPendingRewards(
}),
{},
)
console.log('hntRewards', hntRewards)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can remove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants