feat(statics): onboard ARC, ScrollETH, Katana and Boba tokens#9285
Merged
Conversation
Adds ERC20 and OFC entries for 6 tokens across 4 EVM chains: - arcusdc:eurc (EURC, 6 decimals) - arcusdc:usyc (US Yield Coin, 6 decimals) - scrolleth:scr (Scroll, 18 decimals) - bobaeth:boba (Boba Token, 18 decimals) - bobaeth:usdt (Tether USD, 6 decimals) - katanaeth:kat (Katana Network Token, 18 decimals) TICKET: CECHO-1676
Contributor
Contributor
Author
|
@claude review this pr critically |
Contributor
Author
Contributor
|
Claude encountered an error —— View job Code Review for Token Onboarding
|
There was a problem hiding this comment.
Pull request overview
This PR onboards new ERC20 assets across ARC, Scroll, Boba, and Katana by adding their on-chain token definitions plus corresponding OFC (off-chain) representations, along with the required UnderlyingAsset enum entries in @bitgo/statics.
Changes:
- Added 6 new
UnderlyingAssetenum values for ARC, Scroll, Boba, and Katana token identifiers. - Added 6 new ERC20 token definitions (contract address, decimals, network) to the main
allCoinsAndTokensregistry. - Added 6 new OFC ERC20 token entries mirroring the newly added on-chain tokens.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules/statics/src/coins/ofcErc20Coins.ts | Adds OFC ERC20 entries for the newly onboarded ARC/Scroll/Boba/Katana tokens. |
| modules/statics/src/base.ts | Extends UnderlyingAsset with new token identifiers needed by the registries. |
| modules/statics/src/allCoinsAndTokens.ts | Adds ERC20 token definitions (IDs, symbols, decimals, contract addresses, networks) for the 6 tokens. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
manojkumar138
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Adds ERC20 and OFC entries for 6 tokens across 4 EVM chains:
TICKET: CECHO-1676