Skip to content

Commit 521ffa4

Browse files
maheshbitgoclaude
andcommitted
feat(statics): exclude Singapore custody for USDGold and ARCHITECT Global Value
Compliance assessed bsc:usdau (USDGold) and eth:architectgvi (ARCHITECT Global Value) as high risk for BitGo Singapore. - bsc:usdau: BSC_TOKEN_FEATURES → BSC_TOKEN_FEATURES_EXCLUDE_SINGAPORE - eth:architectgvi: default → ACCOUNT_COIN_DEFAULT_FEATURES_EXCLUDE_SINGAPORE Ref: COIN-7835 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2392d91 commit 521ffa4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

modules/statics/src/coins/bscTokens.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,6 @@ export const bscTokens = [
16311631
18,
16321632
'0x166a75bd1eba55d4723c84c62127123e7a73f95b',
16331633
UnderlyingAsset['bsc:usdau'],
1634-
BSC_TOKEN_FEATURES
1634+
BSC_TOKEN_FEATURES_EXCLUDE_SINGAPORE
16351635
),
16361636
];

modules/statics/src/coins/erc20Coins.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14752,7 +14752,8 @@ export const erc20Coins = [
1475214752
'ARCHITECT Global Value',
1475314753
18,
1475414754
'0x6624c638780816228a25a15a4f30287d30c459c2',
14755-
UnderlyingAsset['eth:architectgvi']
14755+
UnderlyingAsset['eth:architectgvi'],
14756+
ACCOUNT_COIN_DEFAULT_FEATURES_EXCLUDE_SINGAPORE
1475614757
),
1475714758
erc20(
1475814759
'1bec62df-bf62-4e45-9613-ce56112a4fd0',

0 commit comments

Comments
 (0)