Skip to content

feat(statics): deprecate fetchai, islm, opbnb, and silvergate usd coins#8455

Merged
mukeshsp merged 3 commits intomasterfrom
mukesh/CSHLD-582-deprecate-fetchai-islm-opbnb
Apr 9, 2026
Merged

feat(statics): deprecate fetchai, islm, opbnb, and silvergate usd coins#8455
mukeshsp merged 3 commits intomasterfrom
mukesh/CSHLD-582-deprecate-fetchai-islm-opbnb

Conversation

@mukeshsp
Copy link
Copy Markdown
Contributor

@mukeshsp mukeshsp commented Apr 9, 2026

Summary

Marks the following coins as deprecated by adding CoinFeature.DEPRECATED to their feature sets in modules/statics/src/allCoinsAndTokens.ts:

Coin Ticker Testnet Ticker
Fetch fetchai tfetchai
Islamic Coin islm tislm
opBNB opbnb topbnb
Silvergate USD susd tsusd

Changes

File: modules/statics/src/allCoinsAndTokens.ts

  • opbnb / topbnb: appended CoinFeature.DEPRECATED to [...ETH_FEATURES, CoinFeature.USES_NON_PACKED_ENCODING_FOR_TXDATA, CoinFeature.EIP1559]
  • fetchai / tfetchai: spread COSMOS_SIDECHAIN_FEATURES and appended CoinFeature.DEPRECATED
  • islm / tislm: spread filtered COSMOS_SIDECHAIN_FEATURES (without SHA256_WITH_ECDSA_TSS) and appended CoinFeature.DEPRECATED
  • susd / tsusd: added [CoinFeature.DEPRECATED] as the features array (previously using default features)

Test plan

  • Verify allCoins() returns these coins with the DEPRECATED feature flag set
  • Confirm no other unit tests break due to the deprecation flag

Ticket: CSHLD-582

🤖 Generated with Claude Code

Ticket: CSHLD-582

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mukeshsp mukeshsp requested a review from a team as a code owner April 9, 2026 10:57
@linear
Copy link
Copy Markdown

linear bot commented Apr 9, 2026

Ticket: CSHLD-582

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mukeshsp mukeshsp changed the title feat(statics): deprecate fetchai, islm, and opbnb coins feat(statics): deprecate fetchai, islm, opbnb, and silvergate usd coins Apr 9, 2026
Ticket: CSHLD-582

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mukeshsp mukeshsp merged commit b1b174c into master Apr 9, 2026
21 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.

2 participants