Skip to content

Commit c84940c

Browse files
feat(statics): ungate assets for frankfurt trust
Ticket: WIN-4115
1 parent 509ffba commit c84940c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,10 +1060,7 @@ export const coins = CoinMap.fromCoins([
10601060
18,
10611061
UnderlyingAsset.ZETA,
10621062
BaseUnit.ZETA,
1063-
[
1064-
...ZETA_FEATURES,
1065-
CoinFeature.CUSTODY_BITGO_FRANKFURT
1066-
]
1063+
[...ZETA_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT]
10671064
),
10681065
account(
10691066
'1aeb7754-1518-4aac-8cc0-e4bb07713a31',
@@ -1073,7 +1070,7 @@ export const coins = CoinMap.fromCoins([
10731070
18,
10741071
UnderlyingAsset.ZETA,
10751072
BaseUnit.ZETA,
1076-
COSMOS_SIDECHAIN_FEATURES
1073+
[...ZETA_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT]
10771074
),
10781075
account(
10791076
'5f9506c5-f10a-43c2-92d3-52941083bbc7',

modules/statics/test/unit/coins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
173173
],
174174
},
175175
injv2: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
176+
zeta: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
177+
tzeta: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
176178
moca: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
177179
wbtc: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
178180
tkx: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },

0 commit comments

Comments
 (0)