Skip to content

Commit d66fd82

Browse files
authored
Merge pull request #5280 from BitGo/ungate-arbeath-usdcv2
feat(statics): ungate remaining usdcv2 for Frankfurt Trust - Bitstamp
2 parents 47a710b + 2b57c00 commit d66fd82

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
@@ -19043,7 +19043,8 @@ export const coins = CoinMap.fromCoins([
1904319043
'USD Coin (native)',
1904419044
6,
1904519045
'0xaf88d065e77c8cc2239327c5edb3a432268e5831',
19046-
UnderlyingAsset['arbeth:usdcv2']
19046+
UnderlyingAsset['arbeth:usdcv2'],
19047+
TOKEN_FEATURES_WITH_FRANKFURT
1904719048
),
1904819049
arbethErc20(
1904919050
'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)