Skip to content

Commit 3046039

Browse files
maheshbitgoclaude
andcommitted
feat(statics): exclude Singapore custody for COIN-7835 testnet tokens
Extends Singapore custody exclusion to the two testnet stablecoin tokens in Louis Cheung's compliance list on COIN-7835: tbaseeth:tusdl USDL (BASE Sepolia) ttrx:tusdlt USDLT (Tron Shasta) The remaining 4 testnet tokens in the compliance list (teth:htusdl, teth:htusdlt, tpol:tusdl, tpol:tusdlt) are not yet onboarded in BitGoJS statics and will be added with EXCLUDE_SINGAPORE in the onboarding PR for those tokens. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b59b199 commit 3046039

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3762,7 +3762,8 @@ export const allCoinsAndTokens = [
37623762
6,
37633763
'0xb38809a63bc35fbb8b7ed9c66a24ff56412705a6',
37643764
UnderlyingAsset['tbaseeth:tusdl'],
3765-
Networks.test.basechain
3765+
Networks.test.basechain,
3766+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.EIP1559]
37663767
),
37673768
erc20Token(
37683769
'439fb12d-fddf-4749-8a33-b7c79fefc1b4',
@@ -5492,7 +5493,7 @@ export const allCoinsAndTokens = [
54925493
6,
54935494
'TFDrx3FjBnxLegrfHN9F7SQdcyxWYHzEVa',
54945495
UnderlyingAsset['ttrx:tusdlt'],
5495-
[...AccountCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN]
5496+
[...AccountCoin.DEFAULT_FEATURES_EXCLUDE_SINGAPORE, CoinFeature.STABLECOIN]
54965497
),
54975498
talgoToken(
54985499
'0e20b757-3e62-4400-887d-caff117481c8',

0 commit comments

Comments
 (0)