Skip to content

Commit 3810989

Browse files
Merge pull request #8417 from BitGo/feat/CECHO-375-apxusd-sg-gating
feat(statics): gate apxUSD (ETH:apxUSD) to BitGo Singapore only
2 parents 89ba941 + 55ad299 commit 3810989

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/statics/src/coins/erc20Coins.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14508,7 +14508,8 @@ export const erc20Coins = [
1450814508
'apxUSD',
1450914509
18,
1451014510
'0x98a878b1cd98131b271883b390f68d2c90674665',
14511-
UnderlyingAsset['eth:apxusd']
14511+
UnderlyingAsset['eth:apxusd'],
14512+
AccountCoin.getFeaturesByTypeExcluding([CoinFeature.CUSTODY_BITGO_SINGAPORE], ETH_FEATURES)
1451214513
),
1451314514
erc20(
1451414515
'55ba6b0b-b0c4-4791-b152-7b9fe276bc46',

0 commit comments

Comments
 (0)