Skip to content

Commit 2b57c00

Browse files
committed
feat(statics): ungate remaining usdcv2 for Frankfurt Trust - Bitstamp
JIRA: https://bitgoinc.atlassian.net/browse/WIN-4027
1 parent bfaec57 commit 2b57c00

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19035,7 +19035,8 @@ export const coins = CoinMap.fromCoins([
1903519035
'USD Coin (native)',
1903619036
6,
1903719037
'0xaf88d065e77c8cc2239327c5edb3a432268e5831',
19038-
UnderlyingAsset['arbeth:usdcv2']
19038+
UnderlyingAsset['arbeth:usdcv2'],
19039+
TOKEN_FEATURES_WITH_FRANKFURT
1903919040
),
1904019041
arbethErc20(
1904119042
'a49b04e6-5a1b-4d55-9187-4d41c41f8f1e',

modules/statics/test/unit/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
3030
],
3131
},
3232
arbeth: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
33+
'arbeth:usdcv2': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
3334
avaxc: {
3435
features: [
3536
CoinFeature.CUSTODY_BITGO_GERMANY,

0 commit comments

Comments
 (0)