Skip to content

Commit 4a7c7c5

Browse files
feat(statics): ungate assets for frankfurt trust
Ticket: WIN-4115
1 parent e28a48b commit 4a7c7c5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7485,7 +7485,8 @@ export const coins = CoinMap.fromCoins([
74857485
'Swipe',
74867486
18,
74877487
'0x8ce9137d39326ad0cd6491fb5cc0cba0e089b6a9',
7488-
UnderlyingAsset.SXP
7488+
UnderlyingAsset.SXP,
7489+
ETH_FEATURES_WITH_FRANKFURT
74897490
),
74907491
erc20(
74917492
'c00e568b-ef12-4137-adbb-45f979dff1c8',

modules/statics/test/unit/coins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
157157
yfii: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
158158
yld: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
159159
zil: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
160-
160+
sxp: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
161161
injective: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
162162
opeth: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
163163
'opeth:op': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },

0 commit comments

Comments
 (0)