File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
modules/statics/src/coins Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10568,7 +10568,8 @@ export const erc20Coins = [
1056810568 'Chintai Exchange Token' ,
1056910569 18 ,
1057010570 '0x9ce84f6a69986a83d92c324df10bc8e64771030f' ,
10571- UnderlyingAsset [ 'eth:chex' ]
10571+ UnderlyingAsset [ 'eth:chex' ] ,
10572+ AccountCoin . DEFAULT_FEATURES_EXCLUDE_SINGAPORE
1057210573 ) ,
1057310574 erc20 (
1057410575 '81579a85-7339-45ba-9f95-6dc8a43e1afa' ,
Original file line number Diff line number Diff line change @@ -2674,7 +2674,7 @@ export const solTokens = [
26742674 'he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A' ,
26752675 'he1iusmfkpAdwvxLNGV8Y1iSbj4rUy6yMhEA3fotn9A' ,
26762676 UnderlyingAsset [ 'sol:hsol' ] ,
2677- SOL_TOKEN_FEATURES
2677+ SOL_TOKEN_FEATURES . filter ( ( feature ) => ! [ CoinFeature . CUSTODY_BITGO_SINGAPORE ] . includes ( feature ) )
26782678 ) ,
26792679 solToken (
26802680 '247b9f70-2e4c-4f31-a944-bb5b59f1529a' ,
You can’t perform that action at this time.
0 commit comments