Skip to content

Commit 509ffba

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/test/unit/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
113113
matic: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND, CoinFeature.CUSTODY_BITGO_FRANKFURT] },
114114
near: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
115115
weth: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
116-
eigen: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
117-
'reth-rocket': { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
116+
eigen: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND, CoinFeature.CUSTODY_BITGO_FRANKFURT] },
117+
'reth-rocket': { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND, CoinFeature.CUSTODY_BITGO_FRANKFURT] },
118118
injective: { features: [CoinFeature.CUSTODY_BITGO_SWITZERLAND] },
119119
opeth: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
120120
'opeth:op': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },

0 commit comments

Comments
 (0)