Skip to content

feat(statics): onboard ARC, ScrollETH, Katana and Boba tokens#9285

Merged
shubham-damkondwar merged 1 commit into
masterfrom
CECHO-1676
Jul 17, 2026
Merged

feat(statics): onboard ARC, ScrollETH, Katana and Boba tokens#9285
shubham-damkondwar merged 1 commit into
masterfrom
CECHO-1676

Conversation

@shubham-damkondwar

Copy link
Copy Markdown
Contributor

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

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
@linear-code

linear-code Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

CECHO-1676

@shubham-damkondwar

Copy link
Copy Markdown
Contributor Author

@claude review this pr critically

@shubham-damkondwar
shubham-damkondwar marked this pull request as ready for review July 17, 2026 08:51
@shubham-damkondwar
shubham-damkondwar requested a review from a team as a code owner July 17, 2026 08:51
@BitGo BitGo deleted a comment from github-actions Bot Jul 17, 2026
@shubham-damkondwar

Copy link
Copy Markdown
Contributor Author

@claude

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Claude encountered an error —— View job


Code Review for Token Onboarding

Reviewing the addition of 6 new tokens across 4 EVM chains.

Todo List:

  • Set up development environment
  • Read and analyze changed files
  • Review token configurations for correctness
  • Check consistency with existing patterns
  • Verify security and best practices
  • Run linting if possible
  • Provide comprehensive feedback

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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 UnderlyingAsset enum values for ARC, Scroll, Boba, and Katana token identifiers.
  • Added 6 new ERC20 token definitions (contract address, decimals, network) to the main allCoinsAndTokens registry.
  • 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.

@shubham-damkondwar
shubham-damkondwar merged commit 4e91dde into master Jul 17, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants