-
Notifications
You must be signed in to change notification settings - Fork 177
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
feat(v3): non-18 decimal custom gas token support #445
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…o non-18-decimal-rescale
}) | ||
|
||
if (decimals !== 18) { | ||
this.skip() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For non-18 decimals these tests throw: Error: L1 gas token has incorrect decimals. Use skipGasToken when depositing
.
We skip all the tests that throw this error for non-18 decimals.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Closes FS-406