Skip to content

Commit

Permalink
Merge pull request #5362 from BitGo/WIN-4115-sxp
Browse files Browse the repository at this point in the history
feat(statics): ungate assets for frankfurt trust
  • Loading branch information
yogeshwar-bitgo authored Jan 11, 2025
2 parents e28a48b + 4a7c7c5 commit b2d29ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/statics/src/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7485,7 +7485,8 @@ export const coins = CoinMap.fromCoins([
'Swipe',
18,
'0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9',
UnderlyingAsset.SXP
UnderlyingAsset.SXP,
ETH_FEATURES_WITH_FRANKFURT
),
erc20(
'c00e568b-ef12-4137-adbb-45f979dff1c8',
Expand Down
2 changes: 1 addition & 1 deletion modules/statics/test/unit/coins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
yfii: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
yld: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
zil: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },

sxp: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
injective: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
opeth: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
'opeth:op': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
Expand Down

0 comments on commit b2d29ea

Please sign in to comment.