Skip to content

Commit 55ad299

Browse files
committed
feat(statics): exclude BitGo Singapore from eth:apxusd and ofceth:apxusd
Remove CUSTODY_BITGO_SINGAPORE from eth:apxusd (ERC-20) so all other custody jurisdictions retain access. The ofceth:apxusd OFC token reverts to OfcCoin.DEFAULT_FEATURES which never included Singapore. CECHO-375 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> TICKET: CECHO-375
1 parent 89ba941 commit 55ad299

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)