Skip to content

Commit 0939244

Browse files
Merge pull request #8019 from BitGo/COIN-7474-2
feat: add CUSTODY_BITGO_KOREA to avaxp and ttrx:usdt
2 parents ca7acd9 + c16c41c commit 0939244

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4324,7 +4324,7 @@ export const allCoinsAndTokens = [
43244324
6,
43254325
'TG3XXyExBkPp9nzdajDZsozEu4BkaSJozs',
43264326
UnderlyingAsset['ttrx:usdt'],
4327-
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
4327+
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.CUSTODY_BITGO_KOREA, CoinFeature.STABLECOIN]
43284328
),
43294329
ttronToken(
43304330
'78551a7f-17d1-4e81-b6a9-3c6e960337f4',

modules/statics/src/avaxp.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class AVAXPCoin extends BaseCoin {
2222
CoinFeature.CUSTODY_BITGO_CUSTODY_MENA_FZE,
2323
CoinFeature.CUSTODY_BITGO_GERMANY,
2424
CoinFeature.CUSTODY_BITGO_FRANKFURT,
25+
CoinFeature.CUSTODY_BITGO_KOREA,
2526
CoinFeature.MULTISIG_COLD,
2627
CoinFeature.MULTISIG,
2728
CoinFeature.STAKING,

modules/statics/test/unit/coins.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
6262
],
6363
},
6464
avaxp: {
65-
features: [CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_FRANKFURT],
65+
features: [CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_KOREA],
6666
},
6767
btc: {
6868
features: [
@@ -419,7 +419,7 @@ const custodyFeatures: Record<string, { features: CoinFeature[] }> = {
419419
],
420420
},
421421
tavaxp: {
422-
features: [CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_FRANKFURT],
422+
features: [CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_KOREA],
423423
},
424424
tbtc: {
425425
features: [

0 commit comments

Comments
 (0)