Skip to content

feat: add sUSDS token config to SDK#911

Open
AntonAndell wants to merge 2 commits intomainfrom
claude/issue-908-20260303-0843
Open

feat: add sUSDS token config to SDK#911
AntonAndell wants to merge 2 commits intomainfrom
claude/issue-908-20260303-0843

Conversation

@AntonAndell
Copy link
Copy Markdown
Contributor

Add staked USDS (sUSDS) token from Arbitrum to the Sodax ecosystem.

Changes

  • Arbitrum spoke chain token: 0xddb46999f8891663a8f2828d25298f70416d7610
  • Sonic hub asset: 0x60c5681bD1DB4e50735c4cA3386005A4BA4937C0
  • Vault token (sodaUSDS): 0x243b0c26c8b38793908d7C64e8510f21B19B4613

Added to bridge (hubAssets) and money market (moneyMarketSupportedTokens).
Not added to swaps/solver tokens as per requirements.
Incremented CONFIG_VERSION to 7.

Closes #908

Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sodax-demo Ready Ready Preview, Comment Mar 4, 2026 8:22am
sodax-web Error Error Mar 4, 2026 8:22am

Request Review

@AntonAndell
Copy link
Copy Markdown
Contributor Author

@claude The asset address on sonic is actually 0x8794A87979efA70bBE29Ed3357e9A93932B48675

@claude
Copy link
Copy Markdown

claude bot commented Mar 4, 2026

Claude finished @AntonAndell's task in 1m 9s —— View job


Fixed sUSDS Sonic Hub Asset Address

  • Gather context
  • Understand request: Update Sonic hub asset address for sUSDS
  • Read the constants file to locate the incorrect address
  • Update the address in hubAssets mapping
  • Commit and push the fix

Updated packages/types/src/constants/index.ts — corrected the sUSDS hub asset address in the hubAssets mapping:

- asset: '0x60c5681bD1DB4e50735c4cA3386005A4BA4937C0',
+ asset: '0x8794A87979efA70bBE29Ed3357e9A93932B48675',

Note: The pre-existing assetManager address (0x60c5681...) on line 413 of hub chain config was left unchanged — that's a different contract and was already there before this PR.
|

Update sUSDS hub asset address from 0x60c5681bD1DB4e50735c4cA3386005A4BA4937C0
to 0x8794A87979efA70bBE29Ed3357e9A93932B48675

Co-authored-by: AntonAndell <AntonAndell@users.noreply.github.com>
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.

add sUSDS to the sdk

1 participant