Skip to content

Commit 5833328

Browse files
feat: gate assets for Singapore custody
TICKET : COIN-5477
1 parent c85b58c commit 5833328

File tree

4 files changed

+152
-35
lines changed

4 files changed

+152
-35
lines changed

modules/statics/src/allCoinsAndTokens.ts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -677,12 +677,7 @@ export const allCoinsAndTokens = [
677677
6,
678678
UnderlyingAsset.OSMO,
679679
BaseUnit.OSMO,
680-
COSMOS_SIDECHAIN_FEATURES_WITH_STAKING.filter(
681-
(feature) =>
682-
![
683-
CoinFeature.CUSTODY_BITGO_SINGAPORE,
684-
].includes(feature)
685-
)
680+
COSMOS_SIDECHAIN_FEATURES_WITH_STAKING.filter((feature) => ![CoinFeature.CUSTODY_BITGO_SINGAPORE].includes(feature))
686681
),
687682
account(
688683
'd813e9c9-f9b9-4d10-a4e2-57d9e3b65e2c',
@@ -1451,7 +1446,7 @@ export const allCoinsAndTokens = [
14511446
18,
14521447
UnderlyingAsset.WEMIX,
14531448
BaseUnit.ETH,
1454-
WEMIX_FEATURES.filter( (feature) => feature !== CoinFeature.CUSTODY_BITGO_SINGAPORE)
1449+
WEMIX_FEATURES.filter((feature) => feature !== CoinFeature.CUSTODY_BITGO_SINGAPORE)
14551450
),
14561451
account(
14571452
'b18517e3-2fba-44df-be39-7ba062d14895',

modules/statics/src/coins/avaxTokens.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -569,9 +569,7 @@ export const avaxTokens = [
569569
18,
570570
'0x49f519002eeced6902f24c0be72b6d898e4d27fc',
571571
UnderlyingAsset['avaxc:bsgg'],
572-
AccountCoin.getFeaturesByTypeExcluding([
573-
CoinFeature.CUSTODY_BITGO_SINGAPORE
574-
])
572+
AccountCoin.getFeaturesByTypeExcluding([CoinFeature.CUSTODY_BITGO_SINGAPORE])
575573
),
576574
avaxErc20(
577575
'e6bd6935-daac-4edc-8cfb-f8305ebbdb11',

modules/statics/src/coins/erc20Coins.ts

Lines changed: 144 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,12 @@ export const erc20Coins = [
747747
'0xf25c91c87e0b1fd9b4064af0f427157aab0193a7',
748748
UnderlyingAsset.BASIC,
749749
AccountCoin.getFeaturesByTypeExcluding(
750-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
750+
[
751+
CoinFeature.CUSTODY_BITGO_GERMANY,
752+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
753+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
754+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
755+
],
751756
ETH_FEATURES
752757
)
753758
),
@@ -818,7 +823,12 @@ export const erc20Coins = [
818823
'0xcdc412f306e0c51e3249b88c65423cd16b322673',
819824
UnderlyingAsset.BCIO,
820825
AccountCoin.getFeaturesByTypeExcluding(
821-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
826+
[
827+
CoinFeature.CUSTODY_BITGO_GERMANY,
828+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
829+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
830+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
831+
],
822832
ETH_FEATURES
823833
)
824834
),
@@ -1483,7 +1493,12 @@ export const erc20Coins = [
14831493
'0x4162178b78d6985480a308b2190ee5517460406d',
14841494
UnderlyingAsset.CLN,
14851495
AccountCoin.getFeaturesByTypeExcluding(
1486-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
1496+
[
1497+
CoinFeature.CUSTODY_BITGO_GERMANY,
1498+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
1499+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
1500+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
1501+
],
14871502
ETH_FEATURES
14881503
)
14891504
),
@@ -1555,7 +1570,12 @@ export const erc20Coins = [
15551570
'0x5d8d9f5b96f4438195be9b99eee6118ed4304286',
15561571
UnderlyingAsset.COVER,
15571572
AccountCoin.getFeaturesByTypeExcluding(
1558-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
1573+
[
1574+
CoinFeature.CUSTODY_BITGO_GERMANY,
1575+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
1576+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
1577+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
1578+
],
15591579
ETH_FEATURES
15601580
)
15611581
),
@@ -2280,7 +2300,12 @@ export const erc20Coins = [
22802300
'0xf0ee6b27b759c9893ce4f094b49ad28fd15a23e4',
22812301
UnderlyingAsset.ENG,
22822302
AccountCoin.getFeaturesByTypeExcluding(
2283-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
2303+
[
2304+
CoinFeature.CUSTODY_BITGO_GERMANY,
2305+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
2306+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
2307+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
2308+
],
22842309
ETH_FEATURES
22852310
)
22862311
),
@@ -2334,7 +2359,12 @@ export const erc20Coins = [
23342359
'0x5af2be193a6abca9c8817001f45744777db30756',
23352360
UnderlyingAsset.ETHOS,
23362361
AccountCoin.getFeaturesByTypeExcluding(
2337-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
2362+
[
2363+
CoinFeature.CUSTODY_BITGO_GERMANY,
2364+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
2365+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
2366+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
2367+
],
23382368
ETH_FEATURES
23392369
)
23402370
),
@@ -2379,7 +2409,12 @@ export const erc20Coins = [
23792409
'0xa967dd943b336680540011536e7d8c3d33333515',
23802410
UnderlyingAsset.EURL,
23812411
AccountCoin.getFeaturesByTypeExcluding(
2382-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
2412+
[
2413+
CoinFeature.CUSTODY_BITGO_GERMANY,
2414+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
2415+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
2416+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
2417+
],
23832418
ETH_FEATURES
23842419
)
23852420
),
@@ -2554,7 +2589,12 @@ export const erc20Coins = [
25542589
'0xed1480d12be41d92f36f5f7bdd88212e381a3677',
25552590
UnderlyingAsset.FDT,
25562591
AccountCoin.getFeaturesByTypeExcluding(
2557-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
2592+
[
2593+
CoinFeature.CUSTODY_BITGO_GERMANY,
2594+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
2595+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
2596+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
2597+
],
25582598
ETH_FEATURES
25592599
)
25602600
),
@@ -2638,7 +2678,12 @@ export const erc20Coins = [
26382678
'0xb4d0fdfc8497aef97d3c2892ae682ee06064a2bc',
26392679
UnderlyingAsset.FMF,
26402680
AccountCoin.getFeaturesByTypeExcluding(
2641-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
2681+
[
2682+
CoinFeature.CUSTODY_BITGO_GERMANY,
2683+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
2684+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
2685+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
2686+
],
26422687
ETH_FEATURES
26432688
)
26442689
),
@@ -2783,7 +2828,12 @@ export const erc20Coins = [
27832828
'0x6bea7cfef803d1e3d5f7c0103f7ded065644e197',
27842829
UnderlyingAsset.GAMMA,
27852830
AccountCoin.getFeaturesByTypeExcluding(
2786-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
2831+
[
2832+
CoinFeature.CUSTODY_BITGO_GERMANY,
2833+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
2834+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
2835+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
2836+
],
27872837
ETH_FEATURES
27882838
)
27892839
),
@@ -2804,7 +2854,12 @@ export const erc20Coins = [
28042854
'0x86b4dbe5d203e634a12364c0e428fa242a3fba98',
28052855
UnderlyingAsset.GBPT,
28062856
AccountCoin.getFeaturesByTypeExcluding(
2807-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
2857+
[
2858+
CoinFeature.CUSTODY_BITGO_GERMANY,
2859+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
2860+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
2861+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
2862+
],
28082863
ETH_FEATURES
28092864
)
28102865
),
@@ -3129,7 +3184,12 @@ export const erc20Coins = [
31293184
'0x3e1d5a855ad9d948373ae68e4fe1f094612b1322',
31303185
UnderlyingAsset.HQT,
31313186
AccountCoin.getFeaturesByTypeExcluding(
3132-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
3187+
[
3188+
CoinFeature.CUSTODY_BITGO_GERMANY,
3189+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
3190+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
3191+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
3192+
],
31333193
ETH_FEATURES
31343194
)
31353195
),
@@ -3176,7 +3236,12 @@ export const erc20Coins = [
31763236
UnderlyingAsset.HUSD,
31773237
[
31783238
...AccountCoin.getFeaturesByTypeExcluding(
3179-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
3239+
[
3240+
CoinFeature.CUSTODY_BITGO_GERMANY,
3241+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
3242+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
3243+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
3244+
],
31803245
ETH_FEATURES
31813246
),
31823247
CoinFeature.STABLECOIN,
@@ -4221,7 +4286,12 @@ export const erc20Coins = [
42214286
'0xa823e6722006afe99e91c30ff5295052fe6b8e32',
42224287
UnderlyingAsset.NEU,
42234288
AccountCoin.getFeaturesByTypeExcluding(
4224-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
4289+
[
4290+
CoinFeature.CUSTODY_BITGO_GERMANY,
4291+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
4292+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
4293+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
4294+
],
42254295
ETH_FEATURES
42264296
)
42274297
),
@@ -4258,7 +4328,12 @@ export const erc20Coins = [
42584328
'0x05bbed16620b352a7f889e23e3cf427d1d379ffe',
42594329
UnderlyingAsset.NGNT,
42604330
AccountCoin.getFeaturesByTypeExcluding(
4261-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
4331+
[
4332+
CoinFeature.CUSTODY_BITGO_GERMANY,
4333+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
4334+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
4335+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
4336+
],
42624337
ETH_FEATURES
42634338
)
42644339
),
@@ -4404,7 +4479,12 @@ export const erc20Coins = [
44044479
'0x6863be0e7cf7ce860a574760e9020d519a8bdc47',
44054480
UnderlyingAsset.ONL,
44064481
AccountCoin.getFeaturesByTypeExcluding(
4407-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
4482+
[
4483+
CoinFeature.CUSTODY_BITGO_GERMANY,
4484+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
4485+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
4486+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
4487+
],
44084488
ETH_FEATURES
44094489
)
44104490
),
@@ -5855,7 +5935,12 @@ export const erc20Coins = [
58555935
'0x00006100f7090010005f1bd7ae6122c3c2cf0090',
58565936
UnderlyingAsset.TAUD,
58575937
AccountCoin.getFeaturesByTypeExcluding(
5858-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
5938+
[
5939+
CoinFeature.CUSTODY_BITGO_GERMANY,
5940+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
5941+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
5942+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
5943+
],
58595944
ETH_FEATURES
58605945
)
58615946
),
@@ -5892,7 +5977,12 @@ export const erc20Coins = [
58925977
'0x00000100f2a2bd000715001920eb70d229700085',
58935978
UnderlyingAsset.TCAD,
58945979
AccountCoin.getFeaturesByTypeExcluding(
5895-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
5980+
[
5981+
CoinFeature.CUSTODY_BITGO_GERMANY,
5982+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
5983+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
5984+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
5985+
],
58965986
ETH_FEATURES
58975987
)
58985988
),
@@ -5937,7 +6027,12 @@ export const erc20Coins = [
59376027
'0x00000000441378008ea67f4284a57932b1c000a5',
59386028
UnderlyingAsset.TGBP,
59396029
AccountCoin.getFeaturesByTypeExcluding(
5940-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
6030+
[
6031+
CoinFeature.CUSTODY_BITGO_GERMANY,
6032+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
6033+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
6034+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
6035+
],
59416036
ETH_FEATURES
59426037
)
59436038
),
@@ -6292,7 +6387,12 @@ export const erc20Coins = [
62926387
UnderlyingAsset.UPUSD,
62936388
[
62946389
...AccountCoin.getFeaturesByTypeExcluding(
6295-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
6390+
[
6391+
CoinFeature.CUSTODY_BITGO_GERMANY,
6392+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
6393+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
6394+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
6395+
],
62966396
ETH_FEATURES
62976397
),
62986398
CoinFeature.STABLECOIN,
@@ -6409,7 +6509,12 @@ export const erc20Coins = [
64096509
UnderlyingAsset.UST,
64106510
[
64116511
...AccountCoin.getFeaturesByTypeExcluding(
6412-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
6512+
[
6513+
CoinFeature.CUSTODY_BITGO_GERMANY,
6514+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
6515+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
6516+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
6517+
],
64136518
ETH_FEATURES
64146519
),
64156520
CoinFeature.STABLECOIN,
@@ -6799,7 +6904,12 @@ export const erc20Coins = [
67996904
'0xd2877702675e6ceb975b4a1dff9fb7baf4c91ea9',
68006905
UnderlyingAsset.WLUNA,
68016906
AccountCoin.getFeaturesByTypeExcluding(
6802-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
6907+
[
6908+
CoinFeature.CUSTODY_BITGO_GERMANY,
6909+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
6910+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
6911+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
6912+
],
68036913
ETH_FEATURES
68046914
)
68056915
),
@@ -6930,7 +7040,12 @@ export const erc20Coins = [
69307040
'0x670f9d9a26d3d42030794ff035d35a67aa092ead',
69317041
UnderlyingAsset.XBGOLD,
69327042
AccountCoin.getFeaturesByTypeExcluding(
6933-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
7043+
[
7044+
CoinFeature.CUSTODY_BITGO_GERMANY,
7045+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
7046+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
7047+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
7048+
],
69347049
ETH_FEATURES
69357050
)
69367051
),
@@ -10741,7 +10856,12 @@ export const erc20Coins = [
1074110856
'0xb5130f4767ab0acc579f25a76e8f9e977cb3f948',
1074210857
UnderlyingAsset['eth:god'],
1074310858
AccountCoin.getFeaturesByTypeExcluding(
10744-
[CoinFeature.CUSTODY_BITGO_GERMANY, CoinFeature.CUSTODY_BITGO_EUROPE_APS, CoinFeature.CUSTODY_BITGO_FRANKFURT, CoinFeature.CUSTODY_BITGO_SINGAPORE],
10859+
[
10860+
CoinFeature.CUSTODY_BITGO_GERMANY,
10861+
CoinFeature.CUSTODY_BITGO_EUROPE_APS,
10862+
CoinFeature.CUSTODY_BITGO_FRANKFURT,
10863+
CoinFeature.CUSTODY_BITGO_SINGAPORE,
10864+
],
1074510865
ETH_FEATURES
1074610866
)
1074710867
),

modules/statics/src/coins/polygonTokens.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
import { AccountCoin, polygonErc20, tpolygonErc20 } from '../account';
22
import { UnderlyingAsset, CoinFeature } from '../base';
3-
import { POLYGON_TOKEN_FEATURES, POLYGON_TOKEN_FEATURES_EXCLUDE_SINGAPORE, POLYGON_TOKEN_FEATURES_WITH_FRANKFURT } from '../coinFeatures';
3+
import {
4+
POLYGON_TOKEN_FEATURES,
5+
POLYGON_TOKEN_FEATURES_EXCLUDE_SINGAPORE,
6+
POLYGON_TOKEN_FEATURES_WITH_FRANKFURT,
7+
} from '../coinFeatures';
48

59
export const polygonTokens = [
610
polygonErc20(

0 commit comments

Comments
 (0)