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

feat(v3): non-18 decimal custom gas token support #445

Open
wants to merge 171 commits into
base: v3
Choose a base branch
from

Conversation

brtkx
Copy link
Contributor

@brtkx brtkx commented Apr 3, 2024

Closes FS-406

@cla-bot cla-bot bot added the cla-signed label Apr 3, 2024
Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arbitrum-sdk ✅ Ready (Inspect) Visit Preview Jul 15, 2024 5:36pm

@brtkx brtkx changed the base branch from main to v3 July 17, 2024 12:29
})

if (decimals !== 18) {
this.skip()
Copy link
Contributor Author

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.

@brtkx brtkx requested a review from gvladika July 17, 2024 12:56
Copy link

@gvladika gvladika left a comment

Choose a reason for hiding this comment

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

LGTM

@spsjvc spsjvc changed the title feat: non-18 decimal custom gas token support feat(v3): non-18 decimal custom gas token support Aug 28, 2024
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.

3 participants