feat(statics): add SoFiUSD Canton token (staging, test, prod)#9124
Open
zeeshanamjad-eng wants to merge 1 commit into
Open
feat(statics): add SoFiUSD Canton token (staging, test, prod)#9124zeeshanamjad-eng wants to merge 1 commit into
zeeshanamjad-eng wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Pull request overview
Adds the SoFiUSD token to the statics registry for the Canton network and its OFC wrappers, covering production plus tcanton test/staging variants via distinct underlying assets and registrar endpoints.
Changes:
- Registered
canton:sofid(SoFiUSD) incantonTokenswith stablecoin features and its registrar reference. - Registered
tcanton:sofidandtcanton:stgsofidtest tokens with appropriate registrar base URLs and stablecoin features. - Added corresponding OFC coin entries (
ofccanton:sofid,ofctcanton:sofid,ofctcanton:stgsofid) and extendedUnderlyingAssetfor the new symbols.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules/statics/src/coins/ofcCoins.ts | Adds OFC coin definitions for SoFiUSD on Canton (prod) and tcanton (test/staging). |
| modules/statics/src/coins/cantonTokens.ts | Adds Canton mainnet and tcanton test/staging token definitions for SoFiUSD, including registrar references and stablecoin features. |
| modules/statics/src/base.ts | Extends UnderlyingAsset enum with canton:sofid, tcanton:sofid, and tcanton:stgsofid. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
Author
Contributor
|
Claude encountered an error —— View job Code Review for SoFiUSD Canton Token Addition
Todo List:
Analyzing the PR changes... |
60e6f38 to
ef22892
Compare
damodarnaik699
previously approved these changes
Jun 26, 2026
Ticket: SCAAS-9964 Co-authored-by: damodarnaik699 <108988642+damodarnaik699@users.noreply.github.com>
360cd3e to
4696c3c
Compare
damodarnaik699
approved these changes
Jun 26, 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.

Ticket: SCAAS-9964