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

Fix bugs #311

Merged
merged 3 commits into from
Sep 20, 2024
Merged

Fix bugs #311

merged 3 commits into from
Sep 20, 2024

Conversation

p6te
Copy link
Collaborator

@p6te p6te commented Sep 19, 2024

  • fixed bug crashing app when convert big int
  • adjust airdrop eth decimals
  • fix jumping window when changing view between new position / init pool


const adjustedExponent = exponent - decimalPlaces

return baseBigInt * BigInt(10) ** BigInt(adjustedExponent)
Copy link
Collaborator

Choose a reason for hiding this comment

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

BigInt(10) can be replaced with 10n

Copy link

This pull request has been deployed to Vercel.

Latest commit: 0868b87
✅ Preview: https://webapp-azero-cuhrclq3g-invariantlabs.vercel.app
🔍 Inspect: https://vercel.com/invariantlabs/webapp-azero/RwBkGvm3VLSo2YqPknLZj4MiTN4Q

View Workflow Logs

@p6te p6te merged commit 4fb63e1 into dev Sep 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants