@defisaver/tokens 1.6.24 → 1.6.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env +4 -0
- package/package.json +1 -1
- package/src/assets.ts +11 -106
package/.env
ADDED
package/package.json
CHANGED
package/src/assets.ts
CHANGED
|
@@ -264,7 +264,6 @@ export const assets: AssetDataBase[] = [
|
|
|
264
264
|
{
|
|
265
265
|
...assetProto,
|
|
266
266
|
symbol: 'ETH',
|
|
267
|
-
feedAvailability: { 1: true, 10: true, 8453: true, 42161: true },
|
|
268
267
|
name: 'Ether',
|
|
269
268
|
decimals: 18,
|
|
270
269
|
exchange: true,
|
|
@@ -279,7 +278,6 @@ export const assets: AssetDataBase[] = [
|
|
|
279
278
|
{
|
|
280
279
|
...assetProto,
|
|
281
280
|
symbol: 'WETH',
|
|
282
|
-
feedAvailability: { 1: true, 10: true, 8453: true, 42161: true },
|
|
283
281
|
name: 'Wrapped Ether',
|
|
284
282
|
decimals: 18,
|
|
285
283
|
addresses: {
|
|
@@ -305,7 +303,6 @@ export const assets: AssetDataBase[] = [
|
|
|
305
303
|
{
|
|
306
304
|
...assetProto,
|
|
307
305
|
symbol: 'DAI',
|
|
308
|
-
feedAvailability: { 1: true, 10: true, 8453: true, 42161: true },
|
|
309
306
|
name: 'Dai Stablecoin',
|
|
310
307
|
decimals: 18,
|
|
311
308
|
exchange: true,
|
|
@@ -344,7 +341,6 @@ export const assets: AssetDataBase[] = [
|
|
|
344
341
|
{
|
|
345
342
|
...assetProto,
|
|
346
343
|
symbol: 'MKR',
|
|
347
|
-
feedAvailability: { 1: true },
|
|
348
344
|
name: 'Maker Protocol',
|
|
349
345
|
decimals: 18,
|
|
350
346
|
exchange: true,
|
|
@@ -357,7 +353,6 @@ export const assets: AssetDataBase[] = [
|
|
|
357
353
|
{
|
|
358
354
|
...assetProto,
|
|
359
355
|
symbol: 'BAT',
|
|
360
|
-
feedAvailability: { 1: true },
|
|
361
356
|
name: 'Basic Attention Token',
|
|
362
357
|
decimals: 18,
|
|
363
358
|
exchange: true,
|
|
@@ -381,7 +376,6 @@ export const assets: AssetDataBase[] = [
|
|
|
381
376
|
{
|
|
382
377
|
...assetProto,
|
|
383
378
|
symbol: 'ZRX',
|
|
384
|
-
feedAvailability: { 1: true },
|
|
385
379
|
name: '0x',
|
|
386
380
|
decimals: 18,
|
|
387
381
|
exchange: true,
|
|
@@ -393,7 +387,6 @@ export const assets: AssetDataBase[] = [
|
|
|
393
387
|
{
|
|
394
388
|
...assetProto,
|
|
395
389
|
symbol: 'KNCL',
|
|
396
|
-
feedAvailability: { 1: true },
|
|
397
390
|
name: 'Kyber Network Crystal Legacy',
|
|
398
391
|
decimals: 18,
|
|
399
392
|
exchange: true,
|
|
@@ -405,7 +398,6 @@ export const assets: AssetDataBase[] = [
|
|
|
405
398
|
{
|
|
406
399
|
...assetProto,
|
|
407
400
|
symbol: 'KNC',
|
|
408
|
-
feedAvailability: { 1: true },
|
|
409
401
|
name: 'Kyber Network Crystal',
|
|
410
402
|
decimals: 18,
|
|
411
403
|
exchange: true,
|
|
@@ -463,7 +455,6 @@ export const assets: AssetDataBase[] = [
|
|
|
463
455
|
{
|
|
464
456
|
...assetProto,
|
|
465
457
|
symbol: 'USDC',
|
|
466
|
-
feedAvailability: { 1: true, 10: true, 8453: true, 42161: true },
|
|
467
458
|
name: 'USD Coin',
|
|
468
459
|
decimals: 6,
|
|
469
460
|
exchange: true,
|
|
@@ -494,7 +485,6 @@ export const assets: AssetDataBase[] = [
|
|
|
494
485
|
{
|
|
495
486
|
...assetProto,
|
|
496
487
|
symbol: 'USDbC',
|
|
497
|
-
feedAvailability: { 8453: true },
|
|
498
488
|
name: 'USD Base Coin',
|
|
499
489
|
decimals: 6,
|
|
500
490
|
nativeChainId: 8453,
|
|
@@ -519,7 +509,6 @@ export const assets: AssetDataBase[] = [
|
|
|
519
509
|
{
|
|
520
510
|
...assetProto,
|
|
521
511
|
symbol: 'WBTC',
|
|
522
|
-
feedAvailability: { 1: true, 10: true, 42161: true },
|
|
523
512
|
name: 'Wrapped Bitcoin',
|
|
524
513
|
decimals: 8,
|
|
525
514
|
exchange: true,
|
|
@@ -558,7 +547,6 @@ export const assets: AssetDataBase[] = [
|
|
|
558
547
|
{
|
|
559
548
|
...assetProto,
|
|
560
549
|
symbol: 'USDT',
|
|
561
|
-
feedAvailability: { 1: true, 10: true, 42161: true },
|
|
562
550
|
name: 'Tether',
|
|
563
551
|
decimals: 6,
|
|
564
552
|
exchange: true,
|
|
@@ -593,7 +581,6 @@ export const assets: AssetDataBase[] = [
|
|
|
593
581
|
{
|
|
594
582
|
...assetProto,
|
|
595
583
|
symbol: 'COMP',
|
|
596
|
-
feedAvailability: { 1: true, 8453: true },
|
|
597
584
|
name: 'Compound Token',
|
|
598
585
|
decimals: 18,
|
|
599
586
|
addresses: {
|
|
@@ -651,7 +638,6 @@ export const assets: AssetDataBase[] = [
|
|
|
651
638
|
{
|
|
652
639
|
...assetProto,
|
|
653
640
|
symbol: 'SUSD',
|
|
654
|
-
feedAvailability: { 1: true, 10: true },
|
|
655
641
|
name: 'Synth sUSD',
|
|
656
642
|
decimals: 18,
|
|
657
643
|
exchange: true,
|
|
@@ -676,7 +662,6 @@ export const assets: AssetDataBase[] = [
|
|
|
676
662
|
{
|
|
677
663
|
...assetProto,
|
|
678
664
|
symbol: 'TUSD',
|
|
679
|
-
feedAvailability: { 1: true },
|
|
680
665
|
name: 'True USD',
|
|
681
666
|
decimals: 18,
|
|
682
667
|
exchange: true,
|
|
@@ -722,7 +707,6 @@ export const assets: AssetDataBase[] = [
|
|
|
722
707
|
{
|
|
723
708
|
...assetProto,
|
|
724
709
|
symbol: 'BUSD',
|
|
725
|
-
feedAvailability: { 1: true },
|
|
726
710
|
name: 'Binance USD',
|
|
727
711
|
decimals: 18,
|
|
728
712
|
exchange: true,
|
|
@@ -787,7 +771,6 @@ export const assets: AssetDataBase[] = [
|
|
|
787
771
|
{
|
|
788
772
|
...assetProto,
|
|
789
773
|
symbol: 'LINK',
|
|
790
|
-
feedAvailability: { 1: true, 10: true, 42161: true },
|
|
791
774
|
name: 'ChainLink',
|
|
792
775
|
decimals: 18,
|
|
793
776
|
exchange: true,
|
|
@@ -824,7 +807,6 @@ export const assets: AssetDataBase[] = [
|
|
|
824
807
|
{
|
|
825
808
|
...assetProto,
|
|
826
809
|
symbol: 'MANA',
|
|
827
|
-
feedAvailability: { 1: true },
|
|
828
810
|
name: 'Decentraland',
|
|
829
811
|
decimals: 18,
|
|
830
812
|
exchange: true,
|
|
@@ -868,7 +850,6 @@ export const assets: AssetDataBase[] = [
|
|
|
868
850
|
{
|
|
869
851
|
...assetProto,
|
|
870
852
|
symbol: 'SNX',
|
|
871
|
-
feedAvailability: { 1: true, 10: true },
|
|
872
853
|
name: 'Synthetix Network',
|
|
873
854
|
decimals: 18,
|
|
874
855
|
exchange: true,
|
|
@@ -914,7 +895,6 @@ export const assets: AssetDataBase[] = [
|
|
|
914
895
|
{
|
|
915
896
|
...assetProto,
|
|
916
897
|
symbol: 'ENJ',
|
|
917
|
-
feedAvailability: { 1: true },
|
|
918
898
|
name: 'Enjin',
|
|
919
899
|
decimals: 18,
|
|
920
900
|
exchange: true,
|
|
@@ -936,7 +916,6 @@ export const assets: AssetDataBase[] = [
|
|
|
936
916
|
{
|
|
937
917
|
...assetProto,
|
|
938
918
|
symbol: 'REN',
|
|
939
|
-
feedAvailability: { 1: true },
|
|
940
919
|
name: 'Ren',
|
|
941
920
|
decimals: 18,
|
|
942
921
|
exchange: true,
|
|
@@ -947,7 +926,6 @@ export const assets: AssetDataBase[] = [
|
|
|
947
926
|
{
|
|
948
927
|
...assetProto,
|
|
949
928
|
symbol: 'CRV',
|
|
950
|
-
feedAvailability: { 1: true, 10: true, 42161: true },
|
|
951
929
|
name: 'Curve DAO',
|
|
952
930
|
decimals: 18,
|
|
953
931
|
exchange: true,
|
|
@@ -961,7 +939,6 @@ export const assets: AssetDataBase[] = [
|
|
|
961
939
|
{
|
|
962
940
|
...assetProto,
|
|
963
941
|
symbol: 'YFI',
|
|
964
|
-
feedAvailability: { 1: true },
|
|
965
942
|
name: 'Yearn Finance',
|
|
966
943
|
decimals: 18,
|
|
967
944
|
exchange: true,
|
|
@@ -983,7 +960,6 @@ export const assets: AssetDataBase[] = [
|
|
|
983
960
|
{
|
|
984
961
|
...assetProto,
|
|
985
962
|
symbol: 'USDP',
|
|
986
|
-
feedAvailability: { 1: true },
|
|
987
963
|
name: 'Pax Dollar',
|
|
988
964
|
decimals: 18,
|
|
989
965
|
exchange: true,
|
|
@@ -1007,7 +983,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1007
983
|
{
|
|
1008
984
|
...assetProto,
|
|
1009
985
|
symbol: 'DPI',
|
|
1010
|
-
feedAvailability: { 1: true },
|
|
1011
986
|
name: 'DefiPulse Index',
|
|
1012
987
|
decimals: 18,
|
|
1013
988
|
exchange: true,
|
|
@@ -1018,7 +993,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1018
993
|
{
|
|
1019
994
|
...assetProto,
|
|
1020
995
|
symbol: 'UNI',
|
|
1021
|
-
feedAvailability: { 1: true, 10: true },
|
|
1022
996
|
name: 'Uniswap',
|
|
1023
997
|
decimals: 18,
|
|
1024
998
|
exchange: true,
|
|
@@ -1041,7 +1015,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1041
1015
|
{
|
|
1042
1016
|
...assetProto,
|
|
1043
1017
|
symbol: 'LRC',
|
|
1044
|
-
feedAvailability: { 1: true },
|
|
1045
1018
|
name: 'Loopring Coin V2',
|
|
1046
1019
|
decimals: 18,
|
|
1047
1020
|
exchange: true,
|
|
@@ -1075,7 +1048,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1075
1048
|
{
|
|
1076
1049
|
...assetProto,
|
|
1077
1050
|
symbol: 'AAVE',
|
|
1078
|
-
feedAvailability: { 1: true, 10: true, 8453: true, 42161: true },
|
|
1079
1051
|
name: 'Aave',
|
|
1080
1052
|
addresses: {
|
|
1081
1053
|
1: AAVEAddress,
|
|
@@ -1110,7 +1082,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1110
1082
|
{
|
|
1111
1083
|
...assetProto,
|
|
1112
1084
|
symbol: 'BAL',
|
|
1113
|
-
feedAvailability: { 1: true },
|
|
1114
1085
|
name: 'Balancer',
|
|
1115
1086
|
addresses: {
|
|
1116
1087
|
1: BALAddress,
|
|
@@ -1122,7 +1093,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1122
1093
|
{
|
|
1123
1094
|
...assetProto,
|
|
1124
1095
|
symbol: 'GUSD',
|
|
1125
|
-
feedAvailability: { 1: true },
|
|
1126
1096
|
name: 'Gemini Dollar',
|
|
1127
1097
|
addresses: {
|
|
1128
1098
|
1: GUSDAddress,
|
|
@@ -1144,7 +1114,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1144
1114
|
{
|
|
1145
1115
|
...assetProto,
|
|
1146
1116
|
symbol: 'UNIV2DAIETH',
|
|
1147
|
-
feedAvailability: { 1: true },
|
|
1148
1117
|
name: 'Uniswap V2: DAI/ETH ',
|
|
1149
1118
|
addresses: {
|
|
1150
1119
|
1: UNIV2DAIETHAddress,
|
|
@@ -1164,7 +1133,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1164
1133
|
{
|
|
1165
1134
|
...assetProto,
|
|
1166
1135
|
symbol: 'UNIV2WBTCETH',
|
|
1167
|
-
feedAvailability: { 1: true },
|
|
1168
1136
|
name: 'Uniswap V2: WBTC/ETH ',
|
|
1169
1137
|
addresses: {
|
|
1170
1138
|
1: UNIV2WBTCETHAddress,
|
|
@@ -1174,7 +1142,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1174
1142
|
{
|
|
1175
1143
|
...assetProto,
|
|
1176
1144
|
symbol: 'UNIV2USDCETH',
|
|
1177
|
-
feedAvailability: { 1: true },
|
|
1178
1145
|
name: 'Uniswap V2: USDC/ETH ',
|
|
1179
1146
|
addresses: {
|
|
1180
1147
|
1: UNIV2USDCETHAddress,
|
|
@@ -1184,7 +1151,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1184
1151
|
{
|
|
1185
1152
|
...assetProto,
|
|
1186
1153
|
symbol: 'xSUSHI',
|
|
1187
|
-
feedAvailability: { 1: true },
|
|
1188
1154
|
name: 'Sushi Bar',
|
|
1189
1155
|
addresses: {
|
|
1190
1156
|
1: xSUSHIAddress,
|
|
@@ -1194,7 +1160,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1194
1160
|
{
|
|
1195
1161
|
...assetProto,
|
|
1196
1162
|
symbol: 'UNIV2DAIUSDC',
|
|
1197
|
-
feedAvailability: { 1: true },
|
|
1198
1163
|
name: 'Uniswap V2: DAI/USDC',
|
|
1199
1164
|
addresses: {
|
|
1200
1165
|
1: UNIV2DAIUSDCAddress,
|
|
@@ -1213,7 +1178,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1213
1178
|
{
|
|
1214
1179
|
...assetProto,
|
|
1215
1180
|
symbol: 'UNIV2LINKETH',
|
|
1216
|
-
feedAvailability: { 1: true },
|
|
1217
1181
|
name: 'Uniswap V2: LINK/ETH',
|
|
1218
1182
|
addresses: {
|
|
1219
1183
|
1: UNIV2LINKETHAddress,
|
|
@@ -1223,7 +1187,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1223
1187
|
{
|
|
1224
1188
|
...assetProto,
|
|
1225
1189
|
symbol: 'UNIV2UNIETH',
|
|
1226
|
-
feedAvailability: { 1: true },
|
|
1227
1190
|
name: 'Uniswap V2: UNI/ETH',
|
|
1228
1191
|
addresses: {
|
|
1229
1192
|
1: UNIV2UNIETHAddress,
|
|
@@ -1233,7 +1196,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1233
1196
|
{
|
|
1234
1197
|
...assetProto,
|
|
1235
1198
|
symbol: 'RAI',
|
|
1236
|
-
feedAvailability: { 1: true },
|
|
1237
1199
|
name: 'Rai Reflex Index',
|
|
1238
1200
|
addresses: {
|
|
1239
1201
|
1: RAIAddress,
|
|
@@ -1246,7 +1208,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1246
1208
|
{
|
|
1247
1209
|
...assetProto,
|
|
1248
1210
|
symbol: '1INCH',
|
|
1249
|
-
feedAvailability: { 1: true },
|
|
1250
1211
|
name: '1INCH Token',
|
|
1251
1212
|
addresses: {
|
|
1252
1213
|
1: ONEINCHAddress,
|
|
@@ -1259,7 +1220,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1259
1220
|
{
|
|
1260
1221
|
...assetProto,
|
|
1261
1222
|
symbol: 'BADGER',
|
|
1262
|
-
feedAvailability: { 1: true },
|
|
1263
1223
|
name: 'BadgerDAO',
|
|
1264
1224
|
addresses: {
|
|
1265
1225
|
1: BadgerAddress,
|
|
@@ -1290,7 +1250,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1290
1250
|
{
|
|
1291
1251
|
...assetProto,
|
|
1292
1252
|
symbol: 'SUSHI',
|
|
1293
|
-
feedAvailability: { 1: true },
|
|
1294
1253
|
name: 'Sushi Token',
|
|
1295
1254
|
addresses: {
|
|
1296
1255
|
1: SushiAddress,
|
|
@@ -1352,7 +1311,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1352
1311
|
{
|
|
1353
1312
|
...assetProto,
|
|
1354
1313
|
symbol: 'RPL',
|
|
1355
|
-
feedAvailability: { 1: true },
|
|
1356
1314
|
name: 'Rocket Pool',
|
|
1357
1315
|
addresses: {
|
|
1358
1316
|
1: RplAddress,
|
|
@@ -1383,7 +1341,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1383
1341
|
{
|
|
1384
1342
|
...assetProto,
|
|
1385
1343
|
symbol: 'UNIV2AAVEETH',
|
|
1386
|
-
feedAvailability: { 1: true },
|
|
1387
1344
|
name: 'Uniswap V2: AAVE/ETH',
|
|
1388
1345
|
addresses: {
|
|
1389
1346
|
1: UNIV2AAVEETHAddress,
|
|
@@ -1432,7 +1389,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1432
1389
|
{
|
|
1433
1390
|
...assetProto,
|
|
1434
1391
|
symbol: 'LUSD',
|
|
1435
|
-
feedAvailability: { 1: true, 10: true, 42161: true },
|
|
1436
1392
|
name: 'Liquity USD',
|
|
1437
1393
|
addresses: {
|
|
1438
1394
|
1: LusdAddress,
|
|
@@ -1456,7 +1412,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1456
1412
|
{
|
|
1457
1413
|
...assetProto,
|
|
1458
1414
|
symbol: 'ALCX',
|
|
1459
|
-
feedAvailability: { 1: true },
|
|
1460
1415
|
name: 'Alchemix',
|
|
1461
1416
|
addresses: {
|
|
1462
1417
|
1: AlcxAddress,
|
|
@@ -1467,7 +1422,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1467
1422
|
{
|
|
1468
1423
|
...assetProto,
|
|
1469
1424
|
symbol: 'EURS',
|
|
1470
|
-
feedAvailability: { 42161: true },
|
|
1471
1425
|
name: 'Stasis Euro',
|
|
1472
1426
|
addresses: {
|
|
1473
1427
|
1: EursAddress,
|
|
@@ -1479,7 +1433,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1479
1433
|
{
|
|
1480
1434
|
...assetProto,
|
|
1481
1435
|
symbol: 'GRT',
|
|
1482
|
-
feedAvailability: { 1: true },
|
|
1483
1436
|
name: 'The Graph',
|
|
1484
1437
|
addresses: {
|
|
1485
1438
|
1: GrtAddress,
|
|
@@ -1500,7 +1453,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1500
1453
|
{
|
|
1501
1454
|
...assetProto,
|
|
1502
1455
|
symbol: 'LDO',
|
|
1503
|
-
feedAvailability: { 1: true },
|
|
1504
1456
|
name: 'Lido DAO',
|
|
1505
1457
|
addresses: {
|
|
1506
1458
|
1: LdoAddress,
|
|
@@ -1511,7 +1463,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1511
1463
|
{
|
|
1512
1464
|
...assetProto,
|
|
1513
1465
|
symbol: 'stETH',
|
|
1514
|
-
feedAvailability: { 1: true },
|
|
1515
1466
|
name: 'Lido Staked Ether',
|
|
1516
1467
|
addresses: {
|
|
1517
1468
|
1: StethAddress,
|
|
@@ -1552,7 +1503,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1552
1503
|
{
|
|
1553
1504
|
...assetProto,
|
|
1554
1505
|
symbol: 'FEI',
|
|
1555
|
-
feedAvailability: { 1: true },
|
|
1556
1506
|
name: 'Fei Protocol',
|
|
1557
1507
|
addresses: {
|
|
1558
1508
|
1: FeiAddress,
|
|
@@ -1613,7 +1563,6 @@ export const assets: AssetDataBase[] = [
|
|
|
1613
1563
|
{
|
|
1614
1564
|
...assetProto,
|
|
1615
1565
|
symbol: 'AMPL',
|
|
1616
|
-
feedAvailability: { 1: true },
|
|
1617
1566
|
name: 'Ampleforth',
|
|
1618
1567
|
decimals: 9,
|
|
1619
1568
|
addresses: {
|
|
@@ -2073,7 +2022,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2073
2022
|
{
|
|
2074
2023
|
...assetProto,
|
|
2075
2024
|
symbol: 'RENFIL',
|
|
2076
|
-
feedAvailability: { 1: true },
|
|
2077
2025
|
name: 'renFIL',
|
|
2078
2026
|
decimals: 18,
|
|
2079
2027
|
exchange: true,
|
|
@@ -2084,7 +2032,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2084
2032
|
{
|
|
2085
2033
|
...assetProto,
|
|
2086
2034
|
symbol: 'MATIC',
|
|
2087
|
-
feedAvailability: { 1: true },
|
|
2088
2035
|
name: 'Polygon (Matic)',
|
|
2089
2036
|
decimals: 18,
|
|
2090
2037
|
exchange: true,
|
|
@@ -2125,7 +2072,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2125
2072
|
{
|
|
2126
2073
|
...assetProto,
|
|
2127
2074
|
symbol: 'PERP',
|
|
2128
|
-
feedAvailability: { 1: true },
|
|
2129
2075
|
name: 'Perpetual Protocol',
|
|
2130
2076
|
decimals: 18,
|
|
2131
2077
|
exchange: true,
|
|
@@ -2188,7 +2134,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2188
2134
|
{
|
|
2189
2135
|
...assetProto,
|
|
2190
2136
|
symbol: 'FRAX',
|
|
2191
|
-
feedAvailability: { 1: true, 42161: true },
|
|
2192
2137
|
name: 'Frax',
|
|
2193
2138
|
decimals: 18,
|
|
2194
2139
|
exchange: true,
|
|
@@ -2200,7 +2145,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2200
2145
|
{
|
|
2201
2146
|
...assetProto,
|
|
2202
2147
|
symbol: 'wstETH',
|
|
2203
|
-
feedAvailability: { 1: true, 10: true, 8453: true, 42161: true },
|
|
2204
2148
|
name: 'Wrapped stETH',
|
|
2205
2149
|
decimals: 18,
|
|
2206
2150
|
exchange: true,
|
|
@@ -2234,7 +2178,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2234
2178
|
{
|
|
2235
2179
|
...assetProto,
|
|
2236
2180
|
symbol: 'OMG',
|
|
2237
|
-
feedAvailability: { 1: true },
|
|
2238
2181
|
name: 'OMG Network',
|
|
2239
2182
|
decimals: 18,
|
|
2240
2183
|
exchange: true,
|
|
@@ -2306,7 +2249,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2306
2249
|
{
|
|
2307
2250
|
...assetProto,
|
|
2308
2251
|
symbol: 'CVX',
|
|
2309
|
-
feedAvailability: { 1: true },
|
|
2310
2252
|
name: 'Convex Finance',
|
|
2311
2253
|
decimals: 18,
|
|
2312
2254
|
exchange: true,
|
|
@@ -2317,7 +2259,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2317
2259
|
{
|
|
2318
2260
|
...assetProto,
|
|
2319
2261
|
symbol: 'SHIB',
|
|
2320
|
-
feedAvailability: { 1: true },
|
|
2321
2262
|
name: 'Shiba Inu',
|
|
2322
2263
|
decimals: 18,
|
|
2323
2264
|
exchange: true,
|
|
@@ -2328,7 +2269,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2328
2269
|
{
|
|
2329
2270
|
...assetProto,
|
|
2330
2271
|
symbol: 'MIM',
|
|
2331
|
-
feedAvailability: { 1: true },
|
|
2332
2272
|
name: 'Magic Internet Money',
|
|
2333
2273
|
decimals: 18,
|
|
2334
2274
|
exchange: true,
|
|
@@ -2339,7 +2279,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2339
2279
|
{
|
|
2340
2280
|
...assetProto,
|
|
2341
2281
|
symbol: 'SPELL',
|
|
2342
|
-
feedAvailability: { 1: true },
|
|
2343
2282
|
name: 'Spell Token',
|
|
2344
2283
|
decimals: 18,
|
|
2345
2284
|
exchange: true,
|
|
@@ -2370,7 +2309,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2370
2309
|
{
|
|
2371
2310
|
...assetProto,
|
|
2372
2311
|
symbol: 'GNO',
|
|
2373
|
-
feedAvailability: { 1: true },
|
|
2374
2312
|
name: 'Gnosis',
|
|
2375
2313
|
decimals: 18,
|
|
2376
2314
|
exchange: true,
|
|
@@ -2391,7 +2329,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2391
2329
|
{
|
|
2392
2330
|
...assetProto,
|
|
2393
2331
|
symbol: 'FTM',
|
|
2394
|
-
feedAvailability: { 1: true },
|
|
2395
2332
|
name: 'Fantom',
|
|
2396
2333
|
decimals: 18,
|
|
2397
2334
|
exchange: true,
|
|
@@ -2402,7 +2339,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2402
2339
|
{
|
|
2403
2340
|
...assetProto,
|
|
2404
2341
|
symbol: 'AUDIO',
|
|
2405
|
-
feedAvailability: { 1: true },
|
|
2406
2342
|
name: 'Audius',
|
|
2407
2343
|
decimals: 18,
|
|
2408
2344
|
exchange: true,
|
|
@@ -2434,7 +2370,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2434
2370
|
{
|
|
2435
2371
|
...assetProto,
|
|
2436
2372
|
symbol: 'FXS',
|
|
2437
|
-
feedAvailability: { 1: true },
|
|
2438
2373
|
name: 'Frax Share',
|
|
2439
2374
|
decimals: 18,
|
|
2440
2375
|
exchange: true,
|
|
@@ -2455,7 +2390,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2455
2390
|
{
|
|
2456
2391
|
...assetProto,
|
|
2457
2392
|
symbol: 'FOX',
|
|
2458
|
-
feedAvailability: { 1: true },
|
|
2459
2393
|
name: 'ShapeShift',
|
|
2460
2394
|
decimals: 18,
|
|
2461
2395
|
exchange: true,
|
|
@@ -2504,7 +2438,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2504
2438
|
{
|
|
2505
2439
|
...assetProto,
|
|
2506
2440
|
symbol: 'ENS',
|
|
2507
|
-
feedAvailability: { 1: true },
|
|
2508
2441
|
name: 'Ethereum Name Service',
|
|
2509
2442
|
exchange: true,
|
|
2510
2443
|
decimals: 18,
|
|
@@ -2544,7 +2477,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2544
2477
|
{
|
|
2545
2478
|
...assetProto,
|
|
2546
2479
|
symbol: 'GUNIV3DAIUSDC2',
|
|
2547
|
-
feedAvailability: { 1: true },
|
|
2548
2480
|
name: 'Gelato Uniswap DAI/USDC LP 0.01%',
|
|
2549
2481
|
decimals: 18,
|
|
2550
2482
|
addresses: {
|
|
@@ -2554,7 +2486,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2554
2486
|
{
|
|
2555
2487
|
...assetProto,
|
|
2556
2488
|
symbol: 'UST',
|
|
2557
|
-
feedAvailability: { 1: true },
|
|
2558
2489
|
name: 'UST (Wormhole)',
|
|
2559
2490
|
decimals: 6,
|
|
2560
2491
|
addresses: {
|
|
@@ -2577,7 +2508,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2577
2508
|
{
|
|
2578
2509
|
...assetProto,
|
|
2579
2510
|
symbol: 'rETH',
|
|
2580
|
-
feedAvailability: { 1: true, 10: true, 8453: true, 42161: true },
|
|
2581
2511
|
name: 'Rocket Pool ETH',
|
|
2582
2512
|
addresses: {
|
|
2583
2513
|
1: '0xae78736cd615f374d3085123a210448e74fc6393',
|
|
@@ -2591,7 +2521,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2591
2521
|
{
|
|
2592
2522
|
...assetProto,
|
|
2593
2523
|
symbol: 'OP',
|
|
2594
|
-
feedAvailability: { 10: true },
|
|
2595
2524
|
name: 'Optimism',
|
|
2596
2525
|
nativeChainId: 10,
|
|
2597
2526
|
addresses: {
|
|
@@ -2613,7 +2542,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2613
2542
|
{
|
|
2614
2543
|
...assetProto,
|
|
2615
2544
|
symbol: 'cbETH',
|
|
2616
|
-
feedAvailability: { 1: true, 8453: true },
|
|
2617
2545
|
name: 'Coinbase Wrapped Staked ETH',
|
|
2618
2546
|
addresses: {
|
|
2619
2547
|
1: cbETHAddress,
|
|
@@ -2647,7 +2575,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2647
2575
|
{
|
|
2648
2576
|
...assetProto,
|
|
2649
2577
|
symbol: 'ARB',
|
|
2650
|
-
feedAvailability: { 42161: true },
|
|
2651
2578
|
name: 'Arbitrum',
|
|
2652
2579
|
nativeChainId: 42161,
|
|
2653
2580
|
addresses: {
|
|
@@ -2659,7 +2586,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2659
2586
|
{
|
|
2660
2587
|
...assetProto,
|
|
2661
2588
|
symbol: 'GMX',
|
|
2662
|
-
feedAvailability: { 42161: true },
|
|
2663
2589
|
name: 'GMX',
|
|
2664
2590
|
nativeChainId: 42161,
|
|
2665
2591
|
addresses: {
|
|
@@ -2682,7 +2608,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2682
2608
|
{
|
|
2683
2609
|
...assetProto,
|
|
2684
2610
|
symbol: 'OETH',
|
|
2685
|
-
feedAvailability: { 1: true },
|
|
2686
2611
|
name: 'Origin Ether',
|
|
2687
2612
|
nativeChainId: 1,
|
|
2688
2613
|
addresses: {
|
|
@@ -2727,7 +2652,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2727
2652
|
{
|
|
2728
2653
|
...assetProto,
|
|
2729
2654
|
symbol: 'MAI',
|
|
2730
|
-
feedAvailability: { 10: true, 42161: true },
|
|
2731
2655
|
name: 'Mai Finance',
|
|
2732
2656
|
nativeChainId: 10,
|
|
2733
2657
|
addresses: {
|
|
@@ -2771,7 +2695,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2771
2695
|
{
|
|
2772
2696
|
...assetProto,
|
|
2773
2697
|
symbol: 'crvUSD',
|
|
2774
|
-
feedAvailability: { 1: true },
|
|
2775
2698
|
name: 'Curve.Fi USD Stablecoin',
|
|
2776
2699
|
addresses: {
|
|
2777
2700
|
1: crvUSD,
|
|
@@ -2783,7 +2706,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2783
2706
|
{
|
|
2784
2707
|
...assetProto,
|
|
2785
2708
|
symbol: 'sDAI',
|
|
2786
|
-
feedAvailability: { 1: true },
|
|
2787
2709
|
name: 'Savings DAI',
|
|
2788
2710
|
nativeChainId: 1,
|
|
2789
2711
|
addresses: {
|
|
@@ -2796,7 +2718,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2796
2718
|
{
|
|
2797
2719
|
...assetProto,
|
|
2798
2720
|
symbol: 'GHO',
|
|
2799
|
-
feedAvailability: { 1: true, 8453: true, 42161: true },
|
|
2800
2721
|
name: 'GHO',
|
|
2801
2722
|
addresses: {
|
|
2802
2723
|
1: '0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f',
|
|
@@ -2810,7 +2731,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2810
2731
|
{
|
|
2811
2732
|
...assetProto,
|
|
2812
2733
|
symbol: 'tBTC',
|
|
2813
|
-
feedAvailability: { 1: true },
|
|
2814
2734
|
name: 'tBTC',
|
|
2815
2735
|
addresses: {
|
|
2816
2736
|
1: tBTCAddress,
|
|
@@ -2823,7 +2743,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2823
2743
|
{
|
|
2824
2744
|
...assetProto,
|
|
2825
2745
|
symbol: 'STG',
|
|
2826
|
-
feedAvailability: { 1: true },
|
|
2827
2746
|
name: 'STG',
|
|
2828
2747
|
addresses: {
|
|
2829
2748
|
1: '0xAf5191B0De278C7286d6C7CC6ab6BB8A73bA2Cd6',
|
|
@@ -2858,7 +2777,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2858
2777
|
{
|
|
2859
2778
|
...assetProto,
|
|
2860
2779
|
symbol: 'PYUSD',
|
|
2861
|
-
feedAvailability: { 1: true },
|
|
2862
2780
|
name: 'PayPal USD',
|
|
2863
2781
|
isStable: true,
|
|
2864
2782
|
addresses: {
|
|
@@ -2870,7 +2788,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2870
2788
|
{
|
|
2871
2789
|
...assetProto,
|
|
2872
2790
|
symbol: 'sUSDe',
|
|
2873
|
-
feedAvailability: { 1: true },
|
|
2874
2791
|
name: 'Staked USDe',
|
|
2875
2792
|
addresses: {
|
|
2876
2793
|
1: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
|
|
@@ -2883,7 +2800,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2883
2800
|
{
|
|
2884
2801
|
...assetProto,
|
|
2885
2802
|
symbol: 'USDe',
|
|
2886
|
-
feedAvailability: { 1: true },
|
|
2887
2803
|
name: 'USDe',
|
|
2888
2804
|
addresses: {
|
|
2889
2805
|
1: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
|
|
@@ -2917,7 +2833,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2917
2833
|
{
|
|
2918
2834
|
...assetProto,
|
|
2919
2835
|
symbol: 'weETH',
|
|
2920
|
-
feedAvailability: { 1: true, 8453: true, 42161: true },
|
|
2921
2836
|
name: 'Wrapped eETH',
|
|
2922
2837
|
addresses: {
|
|
2923
2838
|
1: "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee",
|
|
@@ -2942,7 +2857,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2942
2857
|
{
|
|
2943
2858
|
...assetProto,
|
|
2944
2859
|
symbol: 'ezETH',
|
|
2945
|
-
feedAvailability: { 1: true, 8453: true, 42161: true },
|
|
2946
2860
|
name: 'Renzo Restaked ETH',
|
|
2947
2861
|
addresses: {
|
|
2948
2862
|
1: "0xbf5495Efe5DB9ce00f80364C8B423567e58d2110",
|
|
@@ -2956,7 +2870,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2956
2870
|
{
|
|
2957
2871
|
...assetProto,
|
|
2958
2872
|
symbol: 'osETH',
|
|
2959
|
-
feedAvailability: { 1: true },
|
|
2960
2873
|
name: 'StakeWise Staked ETH',
|
|
2961
2874
|
addresses: {
|
|
2962
2875
|
1: "0xf1C9acDc66974dFB6dEcB12aA385b9cD01190E38",
|
|
@@ -2967,7 +2880,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2967
2880
|
{
|
|
2968
2881
|
...assetProto,
|
|
2969
2882
|
symbol: 'ETHx',
|
|
2970
|
-
feedAvailability: { 1: true },
|
|
2971
2883
|
name: 'Stader ETHx',
|
|
2972
2884
|
addresses: {
|
|
2973
2885
|
1: "0xA35b1B31Ce002FBF2058D22F30f95D405200A15b",
|
|
@@ -2978,7 +2890,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2978
2890
|
{
|
|
2979
2891
|
...assetProto,
|
|
2980
2892
|
symbol: 'rsETH',
|
|
2981
|
-
feedAvailability: { 1: true, 42161: true },
|
|
2982
2893
|
name: 'Kelp DAO Restaked ETH',
|
|
2983
2894
|
addresses: {
|
|
2984
2895
|
1: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7",
|
|
@@ -2992,7 +2903,6 @@ export const assets: AssetDataBase[] = [
|
|
|
2992
2903
|
{
|
|
2993
2904
|
...assetProto,
|
|
2994
2905
|
symbol: 'wrsETH',
|
|
2995
|
-
feedAvailability: { 8453: true },
|
|
2996
2906
|
nativeChainId: 8453,
|
|
2997
2907
|
name: 'Wrapped Kelp DAO Restaked ETH',
|
|
2998
2908
|
addresses: {
|
|
@@ -3005,7 +2915,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3005
2915
|
{
|
|
3006
2916
|
...assetProto,
|
|
3007
2917
|
symbol: 'pufETH',
|
|
3008
|
-
feedAvailability: { 1: true },
|
|
3009
2918
|
name: 'Puffer Finance ETH',
|
|
3010
2919
|
addresses: {
|
|
3011
2920
|
1: "0xD9A442856C234a39a81a089C06451EBAa4306a72",
|
|
@@ -3016,7 +2925,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3016
2925
|
{
|
|
3017
2926
|
...assetProto,
|
|
3018
2927
|
symbol: 'cbBTC',
|
|
3019
|
-
feedAvailability: { 1: true, 8453: true },
|
|
3020
2928
|
name: 'Coinbase Wrapped BTC',
|
|
3021
2929
|
addresses: {
|
|
3022
2930
|
1: "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf",
|
|
@@ -3028,7 +2936,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3028
2936
|
{
|
|
3029
2937
|
...assetProto,
|
|
3030
2938
|
symbol: 'USDS',
|
|
3031
|
-
feedAvailability: { 1: true },
|
|
3032
2939
|
name: 'USDS Stablecoin',
|
|
3033
2940
|
decimals: 18,
|
|
3034
2941
|
exchange: true,
|
|
@@ -3041,7 +2948,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3041
2948
|
{
|
|
3042
2949
|
...assetProto,
|
|
3043
2950
|
symbol: 'SKY',
|
|
3044
|
-
feedAvailability: { 1: true },
|
|
3045
2951
|
name: 'SKY Protocol',
|
|
3046
2952
|
decimals: 18,
|
|
3047
2953
|
exchange: true,
|
|
@@ -3052,7 +2958,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3052
2958
|
{
|
|
3053
2959
|
...assetProto,
|
|
3054
2960
|
symbol: 'sUSDS',
|
|
3055
|
-
feedAvailability: { 1: true },
|
|
3056
2961
|
name: 'Savings USDS',
|
|
3057
2962
|
addresses: {
|
|
3058
2963
|
1: sUSDSAddress,
|
|
@@ -3066,7 +2971,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3066
2971
|
{
|
|
3067
2972
|
...assetProto,
|
|
3068
2973
|
symbol: 'rswETH',
|
|
3069
|
-
feedAvailability: { 1: true },
|
|
3070
2974
|
name: 'Swell Liquid Restaking Token (ETH)',
|
|
3071
2975
|
decimals: 18,
|
|
3072
2976
|
addresses: {
|
|
@@ -3128,7 +3032,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3128
3032
|
{
|
|
3129
3033
|
...assetProto,
|
|
3130
3034
|
symbol: 'LBTC',
|
|
3131
|
-
feedAvailability: { 1: true, 8453: true },
|
|
3132
3035
|
name: "Lombard Staked Bitcoin",
|
|
3133
3036
|
decimals: 8,
|
|
3134
3037
|
nativeChainId: 1,
|
|
@@ -3171,7 +3074,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3171
3074
|
{
|
|
3172
3075
|
...assetProto,
|
|
3173
3076
|
symbol: 'mETH',
|
|
3174
|
-
feedAvailability: { 1: true },
|
|
3175
3077
|
name: 'Mantle Staked Ether',
|
|
3176
3078
|
decimals: 18,
|
|
3177
3079
|
nativeChainId: 1,
|
|
@@ -3182,7 +3084,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3182
3084
|
{
|
|
3183
3085
|
...assetProto,
|
|
3184
3086
|
symbol: 'EURC',
|
|
3185
|
-
feedAvailability: { 1: true, 8453: true },
|
|
3186
3087
|
name: 'Euro Coin',
|
|
3187
3088
|
decimals: 6,
|
|
3188
3089
|
nativeChainId: 1,
|
|
@@ -3205,7 +3106,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3205
3106
|
{
|
|
3206
3107
|
...assetProto,
|
|
3207
3108
|
symbol: 'USR',
|
|
3208
|
-
feedAvailability: { 1: true },
|
|
3209
3109
|
name: 'Resolv USD',
|
|
3210
3110
|
decimals: 18,
|
|
3211
3111
|
nativeChainId: 1,
|
|
@@ -3239,7 +3139,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3239
3139
|
{
|
|
3240
3140
|
...assetProto,
|
|
3241
3141
|
symbol: 'eBTC',
|
|
3242
|
-
feedAvailability: { 1: true },
|
|
3243
3142
|
name: 'ether.fi Staked BTC',
|
|
3244
3143
|
decimals: 8,
|
|
3245
3144
|
nativeChainId: 1,
|
|
@@ -3260,7 +3159,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3260
3159
|
{
|
|
3261
3160
|
...assetProto,
|
|
3262
3161
|
symbol: 'RLUSD',
|
|
3263
|
-
feedAvailability: { 1: true },
|
|
3264
3162
|
name: 'Ripple USD',
|
|
3265
3163
|
decimals: 18,
|
|
3266
3164
|
nativeChainId: 1,
|
|
@@ -3304,7 +3202,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3304
3202
|
{
|
|
3305
3203
|
...assetProto,
|
|
3306
3204
|
symbol: 'USDtb',
|
|
3307
|
-
feedAvailability: { 1: true },
|
|
3308
3205
|
name: 'USDtb',
|
|
3309
3206
|
decimals: 18,
|
|
3310
3207
|
nativeChainId: 1,
|
|
@@ -3319,7 +3216,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3319
3216
|
{
|
|
3320
3217
|
...assetProto,
|
|
3321
3218
|
symbol: 'eUSDe',
|
|
3322
|
-
feedAvailability: { 1: true },
|
|
3323
3219
|
name: 'Ethereal eUSDe',
|
|
3324
3220
|
decimals: 18,
|
|
3325
3221
|
nativeChainId: 1,
|
|
@@ -3440,7 +3336,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3440
3336
|
{
|
|
3441
3337
|
...assetProto,
|
|
3442
3338
|
symbol: 'FBTC',
|
|
3443
|
-
feedAvailability: { 1: true },
|
|
3444
3339
|
name: 'Fire Bitcoin',
|
|
3445
3340
|
decimals: 8,
|
|
3446
3341
|
nativeChainId: 1,
|
|
@@ -3507,7 +3402,6 @@ export const assets: AssetDataBase[] = [
|
|
|
3507
3402
|
{
|
|
3508
3403
|
...assetProto,
|
|
3509
3404
|
symbol: 'deUSD',
|
|
3510
|
-
feedAvailability: { 1: true },
|
|
3511
3405
|
name: 'Elixir deUSD',
|
|
3512
3406
|
decimals: 18,
|
|
3513
3407
|
nativeChainId: 1,
|
|
@@ -3545,4 +3439,15 @@ export const assets: AssetDataBase[] = [
|
|
|
3545
3439
|
1: '0xBC6736d346a5eBC0dEbc997397912CD9b8FAe10a',
|
|
3546
3440
|
}
|
|
3547
3441
|
},
|
|
3442
|
+
{
|
|
3443
|
+
...assetProto,
|
|
3444
|
+
symbol: 'XAUt',
|
|
3445
|
+
name: 'Tether Gold',
|
|
3446
|
+
decimals: 6,
|
|
3447
|
+
nativeChainId: 1,
|
|
3448
|
+
exchange: true,
|
|
3449
|
+
addresses: {
|
|
3450
|
+
1: '0x68749665FF8D2d112Fa859AA293F07A622782F38',
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3548
3453
|
];
|