Skip to content

Conversation

@patricios-space
Copy link
Collaborator

@patricios-space patricios-space commented Oct 31, 2025

NONEVM-2076

Validate the fee quoter calculations are correct (decimal points etc. similar to solana we might have to scale down to 9 decimals rather than 18)

Validate the integer sizing for all types (again based on Solana we might be able to size some types down)

Write unit test on FeeQuoter covering this

@@ -0,0 +1,56 @@
import Decimal from 'decimal.js'
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we really need this? It should be enough to use bigints then only use the decimals setting when formatting the value

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants