Skip to content

Commit 531395b

Browse files
authored
Merge pull request #8726 from BitGo/mv/coin-7835-singapore-gate-usdau-architectgvi
feat(statics): exclude Singapore custody for USDGold and ARCHITECT Global Value
2 parents 2392d91 + 521ffa4 commit 531395b

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)