Skip to content

Commit dc47acc

Browse files
authored
Merge pull request #5015 from BitGo/COIN-1900-arbeth
feat(statics): ungating token arbeth:arb for Frankfurt
2 parents b99fe3f + 32e633a commit dc47acc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

modules/statics/src/coins.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ const INJECTIVE_FEATURES = [
301301
];
302302
const TOKEN_FEATURES_WITH_SWISS = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_SWITZERLAND];
303303
const TOKEN_FEATURES_WITH_NY = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_NEW_YORK];
304+
const TOKEN_FEATURES_WITH_FRANKFURT = [...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_FRANKFURT];
304305
const GENERIC_TOKEN_FEATURES = [
305306
CoinFeature.ACCOUNT_MODEL,
306307
CoinFeature.REQUIRES_BIG_NUMBER,
@@ -18283,7 +18284,8 @@ export const coins = CoinMap.fromCoins([
1828318284
'Arbitrum',
1828418285
18,
1828518286
'0x912ce59144191c1204e64559fe8253a0e49e6548',
18286-
UnderlyingAsset['arbeth:arb']
18287+
UnderlyingAsset['arbeth:arb'],
18288+
TOKEN_FEATURES_WITH_FRANKFURT
1828718289
),
1828818290
arbethErc20(
1828918291
'65668b2e-6560-4749-a965-4d03eaeffaec',

modules/statics/test/unit/coins.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
148148
wbtc: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
149149
tkx: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
150150
mana: { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
151+
'arbeth:arb': { features: [CoinFeature.CUSTODY_BITGO_FRANKFURT] },
151152
// Test Coins
152153
talgo: {
153154
features: [

0 commit comments

Comments
 (0)