@tokemak/tokenlist 0.0.2 → 0.0.3
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/dist/index.d.ts +15 -1
- package/dist/index.js +180 -19
- package/dist/index.ts +192 -17
- package/package.json +10 -9
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ export interface IAutopool {
|
|
|
33
33
|
symbol: string;
|
|
34
34
|
logoURI: string;
|
|
35
35
|
description?: string;
|
|
36
|
-
type: "
|
|
36
|
+
type: "Core" | "Ecosystem" | "Institutional";
|
|
37
37
|
}
|
|
38
38
|
export declare const TOKEMAK_TOKENLIST_BASE_URL = "https://token-imgs.tokemaklabs.com";
|
|
39
39
|
export declare const TOKEMAK_TOKENS_BASE_URL = "https://token-imgs.tokemaklabs.com/tokens";
|
|
@@ -46,6 +46,7 @@ export declare const BASE_NETWORK: INetwork;
|
|
|
46
46
|
export declare const OPTIMISM_NETWORK: INetwork;
|
|
47
47
|
export declare const ARBITRUM_NETWORK: INetwork;
|
|
48
48
|
export declare const SONIC_NETWORK: INetwork;
|
|
49
|
+
export declare const PLASMA_NETWORK: INetwork;
|
|
49
50
|
export declare const CURVE_PROTOCOL: IProtocol;
|
|
50
51
|
export declare const BALANCER_PROTOCOL: IProtocol;
|
|
51
52
|
export declare const MAVERICK_PROTOCOL: IProtocol;
|
|
@@ -137,6 +138,13 @@ export declare const LVLUSD_TOKEN: IToken;
|
|
|
137
138
|
export declare const IETHV2_TOKEN: IToken;
|
|
138
139
|
export declare const SILO_TOKEN: IToken;
|
|
139
140
|
export declare const XSILO_TOKEN: IToken;
|
|
141
|
+
export declare const EURC_TOKEN: IToken;
|
|
142
|
+
export declare const XPL_TOKEN: IToken;
|
|
143
|
+
export declare const WXPL_TOKEN: IToken;
|
|
144
|
+
export declare const USDAI_TOKEN: IToken;
|
|
145
|
+
export declare const SUSDAI_TOKEN: IToken;
|
|
146
|
+
export declare const USDO_TOKEN: IToken;
|
|
147
|
+
export declare const USDT0_TOKEN: IToken;
|
|
140
148
|
export declare const AUTOETH_AUTOPOOL: IAutopool;
|
|
141
149
|
export declare const BALETH_AUTOPOOL: IAutopool;
|
|
142
150
|
export declare const BASEETH_AUTOPOOL: IAutopool;
|
|
@@ -152,13 +160,19 @@ export declare const SONICUSD_AUTOPOOL: IAutopool;
|
|
|
152
160
|
export declare const TURBOUSD_AUTOPOOL: IAutopool;
|
|
153
161
|
export declare const SILOUSD_AUTOPOOL: IAutopool;
|
|
154
162
|
export declare const SILOETH_AUTOPOOL: IAutopool;
|
|
163
|
+
export declare const BASEEUR_AUTOPOOL: IAutopool;
|
|
164
|
+
export declare const ARBUSD_AUTOPOOL: IAutopool;
|
|
165
|
+
export declare const PLASMAUSD_AUTOPOOL: IAutopool;
|
|
166
|
+
export declare const AUTOXPL_AUTOPOOL: IAutopool;
|
|
155
167
|
export declare const ALL_NETWORKS: INetwork[];
|
|
156
168
|
export declare const ALL_PROTOCOLS: IProtocol[];
|
|
157
169
|
export declare const ALL_TOKENS: IToken[];
|
|
158
170
|
export declare const ALL_AUTOPOOLS: IAutopool[];
|
|
159
171
|
export declare const FAV_BASE_USD_TOKENS: IToken[];
|
|
160
172
|
export declare const FAV_ETH_TOKENS: IToken[];
|
|
173
|
+
export declare const FAV_EURC_TOKENS: IToken[];
|
|
161
174
|
export declare const FAV_SONIC_TOKENS: IToken[];
|
|
162
175
|
export declare const FAV_USD_TOKENS: IToken[];
|
|
163
176
|
export declare const SWAP_ENABLED: IToken[];
|
|
177
|
+
export declare const SWAP_ENABLED_PLASMA: IToken[];
|
|
164
178
|
export declare const SWAP_ENABLED_SONIC: IToken[];
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.SWAP_ENABLED_SONIC = exports.SWAP_ENABLED = exports.FAV_USD_TOKENS = exports.FAV_SONIC_TOKENS = exports.FAV_ETH_TOKENS = exports.FAV_BASE_USD_TOKENS = exports.ALL_AUTOPOOLS = exports.ALL_TOKENS = exports.ALL_PROTOCOLS = exports.ALL_NETWORKS = exports.SILOETH_AUTOPOOL = exports.SILOUSD_AUTOPOOL = exports.TURBOUSD_AUTOPOOL = exports.SONICUSD_AUTOPOOL = exports.PENDLEUSD_AUTOPOOL = exports.MORPHOUSD_AUTOPOOL = exports.AUTODOLA_AUTOPOOL = exports.AUTOS_AUTOPOOL = exports.BASEUSD_AUTOPOOL = exports.AUTOUSD_AUTOPOOL = exports.DINEROETH_AUTOPOOL = exports.AUTOLRT_AUTOPOOL = exports.BASEETH_AUTOPOOL = exports.BALETH_AUTOPOOL = exports.AUTOETH_AUTOPOOL = exports.XSILO_TOKEN = exports.SILO_TOKEN = void 0;
|
|
3
|
+
exports.OSETH_TOKEN = exports.CBETH_TOKEN = exports.EETH_TOKEN = exports.WEETH_TOKEN = exports.SFRXETH_TOKEN = exports.FRXETH_TOKEN = exports.SWETH_TOKEN = exports.WSTETH_TOKEN = exports.STETH_TOKEN = exports.RETH_TOKEN = exports.TOKE_TOKEN = exports.WBTC_TOKEN = exports.WETH_TOKEN = exports.ETH_TOKEN = exports.NONE_PROTOCOL = exports.LLAMASWAP_PROTOCOL = exports.DEBANK_PROTOCOL = exports.ZAPPER_PROTOCOL = exports.SILO_PROTOCOL = exports.LIDO_PROTOCOL = exports.INVERSE_PROTOCOL = exports.ORIGIN_PROTOCOL = exports.ANGLE_PROTOCOL = exports.FRAX_PROTOCOL = exports.SKY_PROTOCOL = exports.EULER_PROTOCOL = exports.MAKER_PROTOCOL = exports.ETHENA_PROTOCOL = exports.BALANCERV3_PROTOCOL = exports.MORPHO_PROTOCOL = exports.FLUID_PROTOCOL = exports.AAVE_PROTOCOL = exports.BEETS_PROTOCOL = exports.SUSHI_PROTOCOL = exports.AERODROME_PROTOCOL = exports.MAVERICK_PROTOCOL = exports.BALANCER_PROTOCOL = exports.CURVE_PROTOCOL = exports.PLASMA_NETWORK = exports.SONIC_NETWORK = exports.ARBITRUM_NETWORK = exports.OPTIMISM_NETWORK = exports.BASE_NETWORK = exports.ETHEREUM_NETWORK = exports.TOKEMAK_LISTS_URL = exports.TOKEMAK_AUTOPOOLS_BASE_URL = exports.TOKEMAK_PROTOCOLS_BASE_URL = exports.TOKEMAK_NETWORKS_BASE_URL = exports.TOKEMAK_TOKENS_BASE_URL = exports.TOKEMAK_TOKENLIST_BASE_URL = void 0;
|
|
4
|
+
exports.LVLUSD_TOKEN = exports.WSTUSR_TOKEN = exports.LUSD_TOKEN = exports.BOLD_TOKEN = exports.WSTKSCUSD_TOKEN = exports.STKSCUSD_TOKEN = exports.SCUSD_TOKEN = exports.WANS_TOKEN = exports.ANS_TOKEN = exports.WOS_TOKEN = exports.OS_TOKEN = exports.STS_TOKEN = exports.SYRUPUSDC_TOKEN = exports.ALUSD_TOKEN = exports.DEUSD_TOKEN = exports.EUSD_TOKEN = exports.REUSD_TOKEN = exports.SDOLA_TOKEN = exports.DOLA_TOKEN = exports.WS_TOKEN = exports.S_TOKEN = exports.WRSETH_TOKEN = exports.WAUSDC_TOKEN = exports.WAGHO_TOKEN = exports.WAUSDT_TOKEN = exports.SFRXUSD_TOKEN = exports.FRXUSD_TOKEN = exports.SFRAX_TOKEN = exports.SDAI_TOKEN = exports.USR_TOKEN = exports.GYD_TOKEN = exports.FRAX_TOKEN = exports.GHO_TOKEN = exports.CRVUSD_TOKEN = exports.USDT_TOKEN = exports.USDE_TOKEN = exports.DAI_TOKEN = exports.SCRVUSD_TOKEN = exports.USDS_TOKEN = exports.SUSDS_TOKEN = exports.SUSDE_TOKEN = exports.PUFETH_TOKEN = exports.USDC_TOKEN = exports.RSWETH_TOKEN = exports.ETHX_TOKEN = exports.RSETH_TOKEN = exports.OETH_TOKEN = exports.APXETH_TOKEN = exports.PXETH_TOKEN = exports.EZETH_TOKEN = void 0;
|
|
5
|
+
exports.SWAP_ENABLED_SONIC = exports.SWAP_ENABLED_PLASMA = exports.SWAP_ENABLED = exports.FAV_USD_TOKENS = exports.FAV_SONIC_TOKENS = exports.FAV_EURC_TOKENS = exports.FAV_ETH_TOKENS = exports.FAV_BASE_USD_TOKENS = exports.ALL_AUTOPOOLS = exports.ALL_TOKENS = exports.ALL_PROTOCOLS = exports.ALL_NETWORKS = exports.AUTOXPL_AUTOPOOL = exports.PLASMAUSD_AUTOPOOL = exports.ARBUSD_AUTOPOOL = exports.BASEEUR_AUTOPOOL = exports.SILOETH_AUTOPOOL = exports.SILOUSD_AUTOPOOL = exports.TURBOUSD_AUTOPOOL = exports.SONICUSD_AUTOPOOL = exports.PENDLEUSD_AUTOPOOL = exports.MORPHOUSD_AUTOPOOL = exports.AUTODOLA_AUTOPOOL = exports.AUTOS_AUTOPOOL = exports.BASEUSD_AUTOPOOL = exports.AUTOUSD_AUTOPOOL = exports.DINEROETH_AUTOPOOL = exports.AUTOLRT_AUTOPOOL = exports.BASEETH_AUTOPOOL = exports.BALETH_AUTOPOOL = exports.AUTOETH_AUTOPOOL = exports.USDT0_TOKEN = exports.USDO_TOKEN = exports.SUSDAI_TOKEN = exports.USDAI_TOKEN = exports.WXPL_TOKEN = exports.XPL_TOKEN = exports.EURC_TOKEN = exports.XSILO_TOKEN = exports.SILO_TOKEN = exports.IETHV2_TOKEN = void 0;
|
|
6
6
|
// Constants
|
|
7
7
|
exports.TOKEMAK_TOKENLIST_BASE_URL = "https://token-imgs.tokemaklabs.com";
|
|
8
8
|
exports.TOKEMAK_TOKENS_BASE_URL = "https://token-imgs.tokemaklabs.com/tokens";
|
|
@@ -36,6 +36,11 @@ exports.SONIC_NETWORK = {
|
|
|
36
36
|
"logoURI": "https://token-imgs.tokemaklabs.com/networks/sonic.png",
|
|
37
37
|
"chainId": 146
|
|
38
38
|
};
|
|
39
|
+
exports.PLASMA_NETWORK = {
|
|
40
|
+
"name": "Plasma",
|
|
41
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/networks/plasma.png",
|
|
42
|
+
"chainId": 9745
|
|
43
|
+
};
|
|
39
44
|
// Protocols
|
|
40
45
|
exports.CURVE_PROTOCOL = {
|
|
41
46
|
"name": "Curve",
|
|
@@ -202,6 +207,12 @@ exports.WETH_TOKEN = {
|
|
|
202
207
|
"bridgeInfo": {
|
|
203
208
|
"8453": {
|
|
204
209
|
"tokenAddress": "0x4200000000000000000000000000000000000006"
|
|
210
|
+
},
|
|
211
|
+
"9745": {
|
|
212
|
+
"tokenAddress": "0x9895D81bB462A195b4922ED7De0e3ACD007c32CB"
|
|
213
|
+
},
|
|
214
|
+
"42161": {
|
|
215
|
+
"tokenAddress": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
205
216
|
}
|
|
206
217
|
},
|
|
207
218
|
"parentAsset": "ETH"
|
|
@@ -234,6 +245,9 @@ exports.TOKE_TOKEN = {
|
|
|
234
245
|
"8453": {
|
|
235
246
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
236
247
|
},
|
|
248
|
+
"9745": {
|
|
249
|
+
"tokenAddress": "0x223C0d94dbc8c0E5df1f6B2C75F06c0229c91950"
|
|
250
|
+
},
|
|
237
251
|
"42161": {
|
|
238
252
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
239
253
|
}
|
|
@@ -469,6 +483,9 @@ exports.USDC_TOKEN = {
|
|
|
469
483
|
},
|
|
470
484
|
"8453": {
|
|
471
485
|
"tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
|
|
486
|
+
},
|
|
487
|
+
"42161": {
|
|
488
|
+
"tokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
|
|
472
489
|
}
|
|
473
490
|
}
|
|
474
491
|
},
|
|
@@ -491,10 +508,15 @@ exports.SUSDE_TOKEN = {
|
|
|
491
508
|
"symbol": "sUSDe",
|
|
492
509
|
"name": "Staked USDe",
|
|
493
510
|
"audits": "https://docs.ethena.fi/resources/audits",
|
|
511
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x9d39a5de30e57443bff2a8307a4256c8797a3497.png",
|
|
494
512
|
"extensions": {
|
|
495
|
-
"parentAsset": "USDe"
|
|
496
|
-
|
|
497
|
-
|
|
513
|
+
"parentAsset": "USDe",
|
|
514
|
+
"bridgeInfo": {
|
|
515
|
+
"9745": {
|
|
516
|
+
"tokenAddress": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
}
|
|
498
520
|
};
|
|
499
521
|
exports.SUSDS_TOKEN = {
|
|
500
522
|
"address": "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd",
|
|
@@ -508,6 +530,9 @@ exports.SUSDS_TOKEN = {
|
|
|
508
530
|
"bridgeInfo": {
|
|
509
531
|
"8453": {
|
|
510
532
|
"tokenAddress": "0x5875eEE11Cf8398102FdAd704C9E96607675467a"
|
|
533
|
+
},
|
|
534
|
+
"42161": {
|
|
535
|
+
"tokenAddress": "0xdDb46999F8891663a8F2828d25298f70416d7610"
|
|
511
536
|
}
|
|
512
537
|
}
|
|
513
538
|
},
|
|
@@ -568,7 +593,14 @@ exports.USDE_TOKEN = {
|
|
|
568
593
|
"symbol": "USDe",
|
|
569
594
|
"name": "USDe",
|
|
570
595
|
"audits": "https://docs.ethena.fi/resources/audits",
|
|
571
|
-
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x4c9edd5852cd905f086c759e8383e09bff1e68b3.png"
|
|
596
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x4c9edd5852cd905f086c759e8383e09bff1e68b3.png",
|
|
597
|
+
"extensions": {
|
|
598
|
+
"bridgeInfo": {
|
|
599
|
+
"9745": {
|
|
600
|
+
"tokenAddress": "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34"
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
}
|
|
572
604
|
};
|
|
573
605
|
exports.USDT_TOKEN = {
|
|
574
606
|
"address": "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
@@ -584,6 +616,9 @@ exports.USDT_TOKEN = {
|
|
|
584
616
|
},
|
|
585
617
|
"8453": {
|
|
586
618
|
"tokenAddress": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2"
|
|
619
|
+
},
|
|
620
|
+
"42161": {
|
|
621
|
+
"tokenAddress": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
|
|
587
622
|
}
|
|
588
623
|
}
|
|
589
624
|
},
|
|
@@ -600,6 +635,9 @@ exports.CRVUSD_TOKEN = {
|
|
|
600
635
|
"bridgeInfo": {
|
|
601
636
|
"8453": {
|
|
602
637
|
"tokenAddress": "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93"
|
|
638
|
+
},
|
|
639
|
+
"42161": {
|
|
640
|
+
"tokenAddress": "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5"
|
|
603
641
|
}
|
|
604
642
|
}
|
|
605
643
|
},
|
|
@@ -616,6 +654,9 @@ exports.GHO_TOKEN = {
|
|
|
616
654
|
"bridgeInfo": {
|
|
617
655
|
"8453": {
|
|
618
656
|
"tokenAddress": "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee"
|
|
657
|
+
},
|
|
658
|
+
"42161": {
|
|
659
|
+
"tokenAddress": "0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33"
|
|
619
660
|
}
|
|
620
661
|
}
|
|
621
662
|
},
|
|
@@ -811,7 +852,14 @@ exports.ALUSD_TOKEN = {
|
|
|
811
852
|
"name": "Alchemix USD",
|
|
812
853
|
"symbol": "alUSD",
|
|
813
854
|
"decimals": 18,
|
|
814
|
-
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xbc6da0fe9ad5f3b0d58160288917aa56653660e9.png"
|
|
855
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xbc6da0fe9ad5f3b0d58160288917aa56653660e9.png",
|
|
856
|
+
"extensions": {
|
|
857
|
+
"bridgeInfo": {
|
|
858
|
+
"42161": {
|
|
859
|
+
"tokenAddress": "0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A"
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
}
|
|
815
863
|
};
|
|
816
864
|
exports.SYRUPUSDC_TOKEN = {
|
|
817
865
|
"chainId": 1,
|
|
@@ -941,11 +989,78 @@ exports.XSILO_TOKEN = {
|
|
|
941
989
|
"decimals": 18,
|
|
942
990
|
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xdd4c6fd31ccf66e250790643947675153c221a91.png"
|
|
943
991
|
};
|
|
992
|
+
exports.EURC_TOKEN = {
|
|
993
|
+
"chainId": 8453,
|
|
994
|
+
"address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
|
|
995
|
+
"name": "EURC",
|
|
996
|
+
"symbol": "EURC",
|
|
997
|
+
"decimals": 6,
|
|
998
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/base/0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42.png",
|
|
999
|
+
"extensions": {
|
|
1000
|
+
"bridgeInfo": {
|
|
1001
|
+
"1": {
|
|
1002
|
+
"tokenAddress": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c"
|
|
1003
|
+
}
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
};
|
|
1007
|
+
exports.XPL_TOKEN = {
|
|
1008
|
+
"chainId": 9745,
|
|
1009
|
+
"address": "0x0000000000000000000000000000000000000000",
|
|
1010
|
+
"name": "XPL",
|
|
1011
|
+
"symbol": "XPL",
|
|
1012
|
+
"decimals": 18,
|
|
1013
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x0000000000000000000000000000000000000000.png"
|
|
1014
|
+
};
|
|
1015
|
+
exports.WXPL_TOKEN = {
|
|
1016
|
+
"chainId": 9745,
|
|
1017
|
+
"address": "0x6100E367285b01F48D07953803A2d8dCA5D19873",
|
|
1018
|
+
"name": "Wrapped XPL",
|
|
1019
|
+
"symbol": "wXPL",
|
|
1020
|
+
"decimals": 18,
|
|
1021
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x6100e367285b01f48d07953803a2d8dca5d19873.png"
|
|
1022
|
+
};
|
|
1023
|
+
exports.USDAI_TOKEN = {
|
|
1024
|
+
"chainId": 9745,
|
|
1025
|
+
"address": "0x0A1a1A107E45b7Ced86833863f482BC5f4ed82EF",
|
|
1026
|
+
"name": "USDai",
|
|
1027
|
+
"symbol": "USDai",
|
|
1028
|
+
"decimals": 18,
|
|
1029
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x0a1a1a107e45b7ced86833863f482bc5f4ed82ef.png"
|
|
1030
|
+
};
|
|
1031
|
+
exports.SUSDAI_TOKEN = {
|
|
1032
|
+
"chainId": 9745,
|
|
1033
|
+
"address": "0x0B2b2B2076d95dda7817e785989fE353fe955ef9",
|
|
1034
|
+
"name": "Staked USDai",
|
|
1035
|
+
"symbol": "sUSDai",
|
|
1036
|
+
"decimals": 18,
|
|
1037
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x0b2b2b2076d95dda7817e785989fe353fe955ef9.png",
|
|
1038
|
+
"extensions": {
|
|
1039
|
+
"parentAsset": "USDai"
|
|
1040
|
+
}
|
|
1041
|
+
};
|
|
1042
|
+
exports.USDO_TOKEN = {
|
|
1043
|
+
"chainId": 9745,
|
|
1044
|
+
"address": "0x87e617C7484aDE79FcD90db58BEB82B057facb48",
|
|
1045
|
+
"name": "USDO",
|
|
1046
|
+
"symbol": "USDO",
|
|
1047
|
+
"decimals": 18,
|
|
1048
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x87e617c7484ade79fcd90db58beb82b057facb48.png"
|
|
1049
|
+
};
|
|
1050
|
+
exports.USDT0_TOKEN = {
|
|
1051
|
+
"address": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
|
|
1052
|
+
"chainId": 9745,
|
|
1053
|
+
"decimals": 6,
|
|
1054
|
+
"symbol": "USDT0",
|
|
1055
|
+
"name": "USDT0",
|
|
1056
|
+
"audits": "https://tether.to/ru/transparency/?tab=reports",
|
|
1057
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb.png"
|
|
1058
|
+
};
|
|
944
1059
|
// Autopools
|
|
945
1060
|
exports.AUTOETH_AUTOPOOL = {
|
|
946
1061
|
"symbol": "autoETH",
|
|
947
1062
|
"description": "ETH LSTs on Ethereum deployed across integrated DEXs.",
|
|
948
|
-
"type": "
|
|
1063
|
+
"type": "Core",
|
|
949
1064
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
950
1065
|
};
|
|
951
1066
|
exports.BALETH_AUTOPOOL = {
|
|
@@ -957,13 +1072,13 @@ exports.BALETH_AUTOPOOL = {
|
|
|
957
1072
|
exports.BASEETH_AUTOPOOL = {
|
|
958
1073
|
"symbol": "baseETH",
|
|
959
1074
|
"description": "ETH LSTs and LRTs deployed across integrated DEXs and lending protocols on Base.",
|
|
960
|
-
"type": "
|
|
1075
|
+
"type": "Ecosystem",
|
|
961
1076
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
962
1077
|
};
|
|
963
1078
|
exports.AUTOLRT_AUTOPOOL = {
|
|
964
1079
|
"symbol": "autoLRT",
|
|
965
1080
|
"description": "ETH LRTs deployed across integrated DEXs.",
|
|
966
|
-
"type": "
|
|
1081
|
+
"type": "Core",
|
|
967
1082
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoLRT\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
968
1083
|
};
|
|
969
1084
|
exports.DINEROETH_AUTOPOOL = {
|
|
@@ -975,13 +1090,13 @@ exports.DINEROETH_AUTOPOOL = {
|
|
|
975
1090
|
exports.AUTOUSD_AUTOPOOL = {
|
|
976
1091
|
"symbol": "autoUSD",
|
|
977
1092
|
"description": "Blue-chip USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
978
|
-
"type": "
|
|
1093
|
+
"type": "Core",
|
|
979
1094
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
980
1095
|
};
|
|
981
1096
|
exports.BASEUSD_AUTOPOOL = {
|
|
982
1097
|
"symbol": "baseUSD",
|
|
983
1098
|
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Base.",
|
|
984
|
-
"type": "
|
|
1099
|
+
"type": "Ecosystem",
|
|
985
1100
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
986
1101
|
};
|
|
987
1102
|
exports.AUTOS_AUTOPOOL = {
|
|
@@ -1017,28 +1132,53 @@ exports.SONICUSD_AUTOPOOL = {
|
|
|
1017
1132
|
exports.TURBOUSD_AUTOPOOL = {
|
|
1018
1133
|
"symbol": "turboUSD",
|
|
1019
1134
|
"description": "Emerging USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
1020
|
-
"type": "
|
|
1135
|
+
"type": "Core",
|
|
1021
1136
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/turboUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1022
1137
|
};
|
|
1023
1138
|
exports.SILOUSD_AUTOPOOL = {
|
|
1024
1139
|
"symbol": "siloUSD",
|
|
1025
1140
|
"description": "USD stablecoins deployed across integrated destinations on Silo.",
|
|
1026
|
-
"type": "
|
|
1141
|
+
"type": "Institutional",
|
|
1027
1142
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/siloUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1028
1143
|
};
|
|
1029
1144
|
exports.SILOETH_AUTOPOOL = {
|
|
1030
1145
|
"symbol": "siloETH",
|
|
1031
1146
|
"description": "ETH deployed across integrated destinations on Silo.",
|
|
1032
|
-
"type": "
|
|
1147
|
+
"type": "Institutional",
|
|
1033
1148
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/siloETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1034
1149
|
};
|
|
1150
|
+
exports.BASEEUR_AUTOPOOL = {
|
|
1151
|
+
"symbol": "baseEUR",
|
|
1152
|
+
"description": "EUR stablecoins deployed across integrated lending protocols on Base.",
|
|
1153
|
+
"type": "Ecosystem",
|
|
1154
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseEUR\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1155
|
+
};
|
|
1156
|
+
exports.ARBUSD_AUTOPOOL = {
|
|
1157
|
+
"symbol": "arbUSD",
|
|
1158
|
+
"description": "USD stablecoins deployed across integrated destinations on Arbitrum.",
|
|
1159
|
+
"type": "Ecosystem",
|
|
1160
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/arbUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1161
|
+
};
|
|
1162
|
+
exports.PLASMAUSD_AUTOPOOL = {
|
|
1163
|
+
"symbol": "plasmaUSD",
|
|
1164
|
+
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Plasma.",
|
|
1165
|
+
"type": "Core",
|
|
1166
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/plasmaUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1167
|
+
};
|
|
1168
|
+
exports.AUTOXPL_AUTOPOOL = {
|
|
1169
|
+
"symbol": "autoXPL",
|
|
1170
|
+
"description": "XPL deployed across integrated DEXs on Plasma.",
|
|
1171
|
+
"type": "Core",
|
|
1172
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoXPL\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1173
|
+
};
|
|
1035
1174
|
// Arrays of all items
|
|
1036
1175
|
exports.ALL_NETWORKS = [
|
|
1037
1176
|
exports.ETHEREUM_NETWORK,
|
|
1038
1177
|
exports.BASE_NETWORK,
|
|
1039
1178
|
exports.OPTIMISM_NETWORK,
|
|
1040
1179
|
exports.ARBITRUM_NETWORK,
|
|
1041
|
-
exports.SONIC_NETWORK
|
|
1180
|
+
exports.SONIC_NETWORK,
|
|
1181
|
+
exports.PLASMA_NETWORK
|
|
1042
1182
|
];
|
|
1043
1183
|
exports.ALL_PROTOCOLS = [
|
|
1044
1184
|
exports.CURVE_PROTOCOL,
|
|
@@ -1133,7 +1273,14 @@ exports.ALL_TOKENS = [
|
|
|
1133
1273
|
exports.LVLUSD_TOKEN,
|
|
1134
1274
|
exports.IETHV2_TOKEN,
|
|
1135
1275
|
exports.SILO_TOKEN,
|
|
1136
|
-
exports.XSILO_TOKEN
|
|
1276
|
+
exports.XSILO_TOKEN,
|
|
1277
|
+
exports.EURC_TOKEN,
|
|
1278
|
+
exports.XPL_TOKEN,
|
|
1279
|
+
exports.WXPL_TOKEN,
|
|
1280
|
+
exports.USDAI_TOKEN,
|
|
1281
|
+
exports.SUSDAI_TOKEN,
|
|
1282
|
+
exports.USDO_TOKEN,
|
|
1283
|
+
exports.USDT0_TOKEN
|
|
1137
1284
|
];
|
|
1138
1285
|
exports.ALL_AUTOPOOLS = [
|
|
1139
1286
|
exports.AUTOETH_AUTOPOOL,
|
|
@@ -1150,7 +1297,11 @@ exports.ALL_AUTOPOOLS = [
|
|
|
1150
1297
|
exports.SONICUSD_AUTOPOOL,
|
|
1151
1298
|
exports.TURBOUSD_AUTOPOOL,
|
|
1152
1299
|
exports.SILOUSD_AUTOPOOL,
|
|
1153
|
-
exports.SILOETH_AUTOPOOL
|
|
1300
|
+
exports.SILOETH_AUTOPOOL,
|
|
1301
|
+
exports.BASEEUR_AUTOPOOL,
|
|
1302
|
+
exports.ARBUSD_AUTOPOOL,
|
|
1303
|
+
exports.PLASMAUSD_AUTOPOOL,
|
|
1304
|
+
exports.AUTOXPL_AUTOPOOL
|
|
1154
1305
|
];
|
|
1155
1306
|
// Token Lists
|
|
1156
1307
|
exports.FAV_BASE_USD_TOKENS = [
|
|
@@ -1168,6 +1319,11 @@ exports.FAV_ETH_TOKENS = [
|
|
|
1168
1319
|
exports.USDC_TOKEN,
|
|
1169
1320
|
exports.PXETH_TOKEN
|
|
1170
1321
|
];
|
|
1322
|
+
exports.FAV_EURC_TOKENS = [
|
|
1323
|
+
exports.EURC_TOKEN,
|
|
1324
|
+
exports.USDC_TOKEN,
|
|
1325
|
+
exports.USDT_TOKEN
|
|
1326
|
+
];
|
|
1171
1327
|
exports.FAV_SONIC_TOKENS = [
|
|
1172
1328
|
exports.S_TOKEN,
|
|
1173
1329
|
exports.WS_TOKEN,
|
|
@@ -1209,6 +1365,11 @@ exports.SWAP_ENABLED = [
|
|
|
1209
1365
|
exports.SWETH_TOKEN,
|
|
1210
1366
|
exports.DOLA_TOKEN
|
|
1211
1367
|
];
|
|
1368
|
+
exports.SWAP_ENABLED_PLASMA = [
|
|
1369
|
+
exports.USDT_TOKEN,
|
|
1370
|
+
exports.WXPL_TOKEN,
|
|
1371
|
+
exports.XPL_TOKEN
|
|
1372
|
+
];
|
|
1212
1373
|
exports.SWAP_ENABLED_SONIC = [
|
|
1213
1374
|
exports.S_TOKEN,
|
|
1214
1375
|
exports.WS_TOKEN,
|
package/dist/index.ts
CHANGED
|
@@ -38,7 +38,7 @@ export interface IAutopool {
|
|
|
38
38
|
symbol: string;
|
|
39
39
|
logoURI: string;
|
|
40
40
|
description?: string;
|
|
41
|
-
type: "
|
|
41
|
+
type: "Core" | "Ecosystem" | "Institutional";
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
// Constants
|
|
@@ -85,6 +85,12 @@ export const SONIC_NETWORK: INetwork = {
|
|
|
85
85
|
"chainId": 146
|
|
86
86
|
};
|
|
87
87
|
|
|
88
|
+
export const PLASMA_NETWORK: INetwork = {
|
|
89
|
+
"name": "Plasma",
|
|
90
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/networks/plasma.png",
|
|
91
|
+
"chainId": 9745
|
|
92
|
+
};
|
|
93
|
+
|
|
88
94
|
// Protocols
|
|
89
95
|
export const CURVE_PROTOCOL: IProtocol = {
|
|
90
96
|
"name": "Curve",
|
|
@@ -276,6 +282,12 @@ export const WETH_TOKEN: IToken = {
|
|
|
276
282
|
"bridgeInfo": {
|
|
277
283
|
"8453": {
|
|
278
284
|
"tokenAddress": "0x4200000000000000000000000000000000000006"
|
|
285
|
+
},
|
|
286
|
+
"9745": {
|
|
287
|
+
"tokenAddress": "0x9895D81bB462A195b4922ED7De0e3ACD007c32CB"
|
|
288
|
+
},
|
|
289
|
+
"42161": {
|
|
290
|
+
"tokenAddress": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
279
291
|
}
|
|
280
292
|
},
|
|
281
293
|
"parentAsset": "ETH"
|
|
@@ -310,6 +322,9 @@ export const TOKE_TOKEN: IToken = {
|
|
|
310
322
|
"8453": {
|
|
311
323
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
312
324
|
},
|
|
325
|
+
"9745": {
|
|
326
|
+
"tokenAddress": "0x223C0d94dbc8c0E5df1f6B2C75F06c0229c91950"
|
|
327
|
+
},
|
|
313
328
|
"42161": {
|
|
314
329
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
315
330
|
}
|
|
@@ -563,6 +578,9 @@ export const USDC_TOKEN: IToken = {
|
|
|
563
578
|
},
|
|
564
579
|
"8453": {
|
|
565
580
|
"tokenAddress": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
|
|
581
|
+
},
|
|
582
|
+
"42161": {
|
|
583
|
+
"tokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
|
|
566
584
|
}
|
|
567
585
|
}
|
|
568
586
|
},
|
|
@@ -587,10 +605,15 @@ export const SUSDE_TOKEN: IToken = {
|
|
|
587
605
|
"symbol": "sUSDe",
|
|
588
606
|
"name": "Staked USDe",
|
|
589
607
|
"audits": "https://docs.ethena.fi/resources/audits",
|
|
608
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x9d39a5de30e57443bff2a8307a4256c8797a3497.png",
|
|
590
609
|
"extensions": {
|
|
591
|
-
"parentAsset": "USDe"
|
|
592
|
-
|
|
593
|
-
|
|
610
|
+
"parentAsset": "USDe",
|
|
611
|
+
"bridgeInfo": {
|
|
612
|
+
"9745": {
|
|
613
|
+
"tokenAddress": "0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2"
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
}
|
|
594
617
|
};
|
|
595
618
|
|
|
596
619
|
export const SUSDS_TOKEN: IToken = {
|
|
@@ -605,6 +628,9 @@ export const SUSDS_TOKEN: IToken = {
|
|
|
605
628
|
"bridgeInfo": {
|
|
606
629
|
"8453": {
|
|
607
630
|
"tokenAddress": "0x5875eEE11Cf8398102FdAd704C9E96607675467a"
|
|
631
|
+
},
|
|
632
|
+
"42161": {
|
|
633
|
+
"tokenAddress": "0xdDb46999F8891663a8F2828d25298f70416d7610"
|
|
608
634
|
}
|
|
609
635
|
}
|
|
610
636
|
},
|
|
@@ -669,7 +695,14 @@ export const USDE_TOKEN: IToken = {
|
|
|
669
695
|
"symbol": "USDe",
|
|
670
696
|
"name": "USDe",
|
|
671
697
|
"audits": "https://docs.ethena.fi/resources/audits",
|
|
672
|
-
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x4c9edd5852cd905f086c759e8383e09bff1e68b3.png"
|
|
698
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x4c9edd5852cd905f086c759e8383e09bff1e68b3.png",
|
|
699
|
+
"extensions": {
|
|
700
|
+
"bridgeInfo": {
|
|
701
|
+
"9745": {
|
|
702
|
+
"tokenAddress": "0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34"
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
}
|
|
673
706
|
};
|
|
674
707
|
|
|
675
708
|
export const USDT_TOKEN: IToken = {
|
|
@@ -686,6 +719,9 @@ export const USDT_TOKEN: IToken = {
|
|
|
686
719
|
},
|
|
687
720
|
"8453": {
|
|
688
721
|
"tokenAddress": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2"
|
|
722
|
+
},
|
|
723
|
+
"42161": {
|
|
724
|
+
"tokenAddress": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
|
|
689
725
|
}
|
|
690
726
|
}
|
|
691
727
|
},
|
|
@@ -703,6 +739,9 @@ export const CRVUSD_TOKEN: IToken = {
|
|
|
703
739
|
"bridgeInfo": {
|
|
704
740
|
"8453": {
|
|
705
741
|
"tokenAddress": "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93"
|
|
742
|
+
},
|
|
743
|
+
"42161": {
|
|
744
|
+
"tokenAddress": "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5"
|
|
706
745
|
}
|
|
707
746
|
}
|
|
708
747
|
},
|
|
@@ -720,6 +759,9 @@ export const GHO_TOKEN: IToken = {
|
|
|
720
759
|
"bridgeInfo": {
|
|
721
760
|
"8453": {
|
|
722
761
|
"tokenAddress": "0x6Bb7a212910682DCFdbd5BCBb3e28FB4E8da10Ee"
|
|
762
|
+
},
|
|
763
|
+
"42161": {
|
|
764
|
+
"tokenAddress": "0x7dfF72693f6A4149b17e7C6314655f6A9F7c8B33"
|
|
723
765
|
}
|
|
724
766
|
}
|
|
725
767
|
},
|
|
@@ -934,7 +976,14 @@ export const ALUSD_TOKEN: IToken = {
|
|
|
934
976
|
"name": "Alchemix USD",
|
|
935
977
|
"symbol": "alUSD",
|
|
936
978
|
"decimals": 18,
|
|
937
|
-
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xbc6da0fe9ad5f3b0d58160288917aa56653660e9.png"
|
|
979
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xbc6da0fe9ad5f3b0d58160288917aa56653660e9.png",
|
|
980
|
+
"extensions": {
|
|
981
|
+
"bridgeInfo": {
|
|
982
|
+
"42161": {
|
|
983
|
+
"tokenAddress": "0xCB8FA9a76b8e203D8C3797bF438d8FB81Ea3326A"
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
}
|
|
938
987
|
};
|
|
939
988
|
|
|
940
989
|
export const SYRUPUSDC_TOKEN: IToken = {
|
|
@@ -1081,11 +1130,85 @@ export const XSILO_TOKEN: IToken = {
|
|
|
1081
1130
|
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0xdd4c6fd31ccf66e250790643947675153c221a91.png"
|
|
1082
1131
|
};
|
|
1083
1132
|
|
|
1133
|
+
export const EURC_TOKEN: IToken = {
|
|
1134
|
+
"chainId": 8453,
|
|
1135
|
+
"address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
|
|
1136
|
+
"name": "EURC",
|
|
1137
|
+
"symbol": "EURC",
|
|
1138
|
+
"decimals": 6,
|
|
1139
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/base/0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42.png",
|
|
1140
|
+
"extensions": {
|
|
1141
|
+
"bridgeInfo": {
|
|
1142
|
+
"1": {
|
|
1143
|
+
"tokenAddress": "0x1aBaEA1f7C830bD89Acc67eC4af516284b1bC33c"
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
}
|
|
1147
|
+
};
|
|
1148
|
+
|
|
1149
|
+
export const XPL_TOKEN: IToken = {
|
|
1150
|
+
"chainId": 9745,
|
|
1151
|
+
"address": "0x0000000000000000000000000000000000000000",
|
|
1152
|
+
"name": "XPL",
|
|
1153
|
+
"symbol": "XPL",
|
|
1154
|
+
"decimals": 18,
|
|
1155
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x0000000000000000000000000000000000000000.png"
|
|
1156
|
+
};
|
|
1157
|
+
|
|
1158
|
+
export const WXPL_TOKEN: IToken = {
|
|
1159
|
+
"chainId": 9745,
|
|
1160
|
+
"address": "0x6100E367285b01F48D07953803A2d8dCA5D19873",
|
|
1161
|
+
"name": "Wrapped XPL",
|
|
1162
|
+
"symbol": "wXPL",
|
|
1163
|
+
"decimals": 18,
|
|
1164
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x6100e367285b01f48d07953803a2d8dca5d19873.png"
|
|
1165
|
+
};
|
|
1166
|
+
|
|
1167
|
+
export const USDAI_TOKEN: IToken = {
|
|
1168
|
+
"chainId": 9745,
|
|
1169
|
+
"address": "0x0A1a1A107E45b7Ced86833863f482BC5f4ed82EF",
|
|
1170
|
+
"name": "USDai",
|
|
1171
|
+
"symbol": "USDai",
|
|
1172
|
+
"decimals": 18,
|
|
1173
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x0a1a1a107e45b7ced86833863f482bc5f4ed82ef.png"
|
|
1174
|
+
};
|
|
1175
|
+
|
|
1176
|
+
export const SUSDAI_TOKEN: IToken = {
|
|
1177
|
+
"chainId": 9745,
|
|
1178
|
+
"address": "0x0B2b2B2076d95dda7817e785989fE353fe955ef9",
|
|
1179
|
+
"name": "Staked USDai",
|
|
1180
|
+
"symbol": "sUSDai",
|
|
1181
|
+
"decimals": 18,
|
|
1182
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x0b2b2b2076d95dda7817e785989fe353fe955ef9.png",
|
|
1183
|
+
"extensions": {
|
|
1184
|
+
"parentAsset": "USDai"
|
|
1185
|
+
}
|
|
1186
|
+
};
|
|
1187
|
+
|
|
1188
|
+
export const USDO_TOKEN: IToken = {
|
|
1189
|
+
"chainId": 9745,
|
|
1190
|
+
"address": "0x87e617C7484aDE79FcD90db58BEB82B057facb48",
|
|
1191
|
+
"name": "USDO",
|
|
1192
|
+
"symbol": "USDO",
|
|
1193
|
+
"decimals": 18,
|
|
1194
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0x87e617c7484ade79fcd90db58beb82b057facb48.png"
|
|
1195
|
+
};
|
|
1196
|
+
|
|
1197
|
+
export const USDT0_TOKEN: IToken = {
|
|
1198
|
+
"address": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
|
|
1199
|
+
"chainId": 9745,
|
|
1200
|
+
"decimals": 6,
|
|
1201
|
+
"symbol": "USDT0",
|
|
1202
|
+
"name": "USDT0",
|
|
1203
|
+
"audits": "https://tether.to/ru/transparency/?tab=reports",
|
|
1204
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb.png"
|
|
1205
|
+
};
|
|
1206
|
+
|
|
1084
1207
|
// Autopools
|
|
1085
1208
|
export const AUTOETH_AUTOPOOL: IAutopool = {
|
|
1086
1209
|
"symbol": "autoETH",
|
|
1087
1210
|
"description": "ETH LSTs on Ethereum deployed across integrated DEXs.",
|
|
1088
|
-
"type": "
|
|
1211
|
+
"type": "Core",
|
|
1089
1212
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1090
1213
|
};
|
|
1091
1214
|
|
|
@@ -1099,14 +1222,14 @@ export const BALETH_AUTOPOOL: IAutopool = {
|
|
|
1099
1222
|
export const BASEETH_AUTOPOOL: IAutopool = {
|
|
1100
1223
|
"symbol": "baseETH",
|
|
1101
1224
|
"description": "ETH LSTs and LRTs deployed across integrated DEXs and lending protocols on Base.",
|
|
1102
|
-
"type": "
|
|
1225
|
+
"type": "Ecosystem",
|
|
1103
1226
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1104
1227
|
};
|
|
1105
1228
|
|
|
1106
1229
|
export const AUTOLRT_AUTOPOOL: IAutopool = {
|
|
1107
1230
|
"symbol": "autoLRT",
|
|
1108
1231
|
"description": "ETH LRTs deployed across integrated DEXs.",
|
|
1109
|
-
"type": "
|
|
1232
|
+
"type": "Core",
|
|
1110
1233
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoLRT\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1111
1234
|
};
|
|
1112
1235
|
|
|
@@ -1120,14 +1243,14 @@ export const DINEROETH_AUTOPOOL: IAutopool = {
|
|
|
1120
1243
|
export const AUTOUSD_AUTOPOOL: IAutopool = {
|
|
1121
1244
|
"symbol": "autoUSD",
|
|
1122
1245
|
"description": "Blue-chip USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
1123
|
-
"type": "
|
|
1246
|
+
"type": "Core",
|
|
1124
1247
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1125
1248
|
};
|
|
1126
1249
|
|
|
1127
1250
|
export const BASEUSD_AUTOPOOL: IAutopool = {
|
|
1128
1251
|
"symbol": "baseUSD",
|
|
1129
1252
|
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Base.",
|
|
1130
|
-
"type": "
|
|
1253
|
+
"type": "Ecosystem",
|
|
1131
1254
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1132
1255
|
};
|
|
1133
1256
|
|
|
@@ -1169,31 +1292,60 @@ export const SONICUSD_AUTOPOOL: IAutopool = {
|
|
|
1169
1292
|
export const TURBOUSD_AUTOPOOL: IAutopool = {
|
|
1170
1293
|
"symbol": "turboUSD",
|
|
1171
1294
|
"description": "Emerging USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
1172
|
-
"type": "
|
|
1295
|
+
"type": "Core",
|
|
1173
1296
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/turboUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1174
1297
|
};
|
|
1175
1298
|
|
|
1176
1299
|
export const SILOUSD_AUTOPOOL: IAutopool = {
|
|
1177
1300
|
"symbol": "siloUSD",
|
|
1178
1301
|
"description": "USD stablecoins deployed across integrated destinations on Silo.",
|
|
1179
|
-
"type": "
|
|
1302
|
+
"type": "Institutional",
|
|
1180
1303
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/siloUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1181
1304
|
};
|
|
1182
1305
|
|
|
1183
1306
|
export const SILOETH_AUTOPOOL: IAutopool = {
|
|
1184
1307
|
"symbol": "siloETH",
|
|
1185
1308
|
"description": "ETH deployed across integrated destinations on Silo.",
|
|
1186
|
-
"type": "
|
|
1309
|
+
"type": "Institutional",
|
|
1187
1310
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/siloETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1188
1311
|
};
|
|
1189
1312
|
|
|
1313
|
+
export const BASEEUR_AUTOPOOL: IAutopool = {
|
|
1314
|
+
"symbol": "baseEUR",
|
|
1315
|
+
"description": "EUR stablecoins deployed across integrated lending protocols on Base.",
|
|
1316
|
+
"type": "Ecosystem",
|
|
1317
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseEUR\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1318
|
+
};
|
|
1319
|
+
|
|
1320
|
+
export const ARBUSD_AUTOPOOL: IAutopool = {
|
|
1321
|
+
"symbol": "arbUSD",
|
|
1322
|
+
"description": "USD stablecoins deployed across integrated destinations on Arbitrum.",
|
|
1323
|
+
"type": "Ecosystem",
|
|
1324
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/arbUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1325
|
+
};
|
|
1326
|
+
|
|
1327
|
+
export const PLASMAUSD_AUTOPOOL: IAutopool = {
|
|
1328
|
+
"symbol": "plasmaUSD",
|
|
1329
|
+
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Plasma.",
|
|
1330
|
+
"type": "Core",
|
|
1331
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/plasmaUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1332
|
+
};
|
|
1333
|
+
|
|
1334
|
+
export const AUTOXPL_AUTOPOOL: IAutopool = {
|
|
1335
|
+
"symbol": "autoXPL",
|
|
1336
|
+
"description": "XPL deployed across integrated DEXs on Plasma.",
|
|
1337
|
+
"type": "Core",
|
|
1338
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoXPL\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1339
|
+
};
|
|
1340
|
+
|
|
1190
1341
|
// Arrays of all items
|
|
1191
1342
|
export const ALL_NETWORKS: INetwork[] = [
|
|
1192
1343
|
ETHEREUM_NETWORK,
|
|
1193
1344
|
BASE_NETWORK,
|
|
1194
1345
|
OPTIMISM_NETWORK,
|
|
1195
1346
|
ARBITRUM_NETWORK,
|
|
1196
|
-
SONIC_NETWORK
|
|
1347
|
+
SONIC_NETWORK,
|
|
1348
|
+
PLASMA_NETWORK
|
|
1197
1349
|
];
|
|
1198
1350
|
|
|
1199
1351
|
export const ALL_PROTOCOLS: IProtocol[] = [
|
|
@@ -1290,7 +1442,14 @@ export const ALL_TOKENS: IToken[] = [
|
|
|
1290
1442
|
LVLUSD_TOKEN,
|
|
1291
1443
|
IETHV2_TOKEN,
|
|
1292
1444
|
SILO_TOKEN,
|
|
1293
|
-
XSILO_TOKEN
|
|
1445
|
+
XSILO_TOKEN,
|
|
1446
|
+
EURC_TOKEN,
|
|
1447
|
+
XPL_TOKEN,
|
|
1448
|
+
WXPL_TOKEN,
|
|
1449
|
+
USDAI_TOKEN,
|
|
1450
|
+
SUSDAI_TOKEN,
|
|
1451
|
+
USDO_TOKEN,
|
|
1452
|
+
USDT0_TOKEN
|
|
1294
1453
|
];
|
|
1295
1454
|
|
|
1296
1455
|
export const ALL_AUTOPOOLS: IAutopool[] = [
|
|
@@ -1308,7 +1467,11 @@ export const ALL_AUTOPOOLS: IAutopool[] = [
|
|
|
1308
1467
|
SONICUSD_AUTOPOOL,
|
|
1309
1468
|
TURBOUSD_AUTOPOOL,
|
|
1310
1469
|
SILOUSD_AUTOPOOL,
|
|
1311
|
-
SILOETH_AUTOPOOL
|
|
1470
|
+
SILOETH_AUTOPOOL,
|
|
1471
|
+
BASEEUR_AUTOPOOL,
|
|
1472
|
+
ARBUSD_AUTOPOOL,
|
|
1473
|
+
PLASMAUSD_AUTOPOOL,
|
|
1474
|
+
AUTOXPL_AUTOPOOL
|
|
1312
1475
|
];
|
|
1313
1476
|
|
|
1314
1477
|
// Token Lists
|
|
@@ -1330,6 +1493,12 @@ export const FAV_ETH_TOKENS: IToken[] = [
|
|
|
1330
1493
|
PXETH_TOKEN
|
|
1331
1494
|
];
|
|
1332
1495
|
|
|
1496
|
+
export const FAV_EURC_TOKENS: IToken[] = [
|
|
1497
|
+
EURC_TOKEN,
|
|
1498
|
+
USDC_TOKEN,
|
|
1499
|
+
USDT_TOKEN
|
|
1500
|
+
];
|
|
1501
|
+
|
|
1333
1502
|
export const FAV_SONIC_TOKENS: IToken[] = [
|
|
1334
1503
|
S_TOKEN,
|
|
1335
1504
|
WS_TOKEN,
|
|
@@ -1374,6 +1543,12 @@ export const SWAP_ENABLED: IToken[] = [
|
|
|
1374
1543
|
DOLA_TOKEN
|
|
1375
1544
|
];
|
|
1376
1545
|
|
|
1546
|
+
export const SWAP_ENABLED_PLASMA: IToken[] = [
|
|
1547
|
+
USDT_TOKEN,
|
|
1548
|
+
WXPL_TOKEN,
|
|
1549
|
+
XPL_TOKEN
|
|
1550
|
+
];
|
|
1551
|
+
|
|
1377
1552
|
export const SWAP_ENABLED_SONIC: IToken[] = [
|
|
1378
1553
|
S_TOKEN,
|
|
1379
1554
|
WS_TOKEN,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tokemak/tokenlist",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -11,18 +11,19 @@
|
|
|
11
11
|
"publishConfig": {
|
|
12
12
|
"access": "public"
|
|
13
13
|
},
|
|
14
|
-
"scripts": {
|
|
15
|
-
"lint": "eslint \"src/**/*.ts*\"",
|
|
16
|
-
"clean": "rimraf .turbo node_modules dist",
|
|
17
|
-
"upload": "ts-node scripts/uploadToServer.ts",
|
|
18
|
-
"build": "ts-node scripts/build.ts"
|
|
19
|
-
},
|
|
20
14
|
"devDependencies": {
|
|
21
15
|
"ts-node": "10.9.2",
|
|
22
|
-
"typescript": "
|
|
16
|
+
"typescript": "5.8.3"
|
|
23
17
|
},
|
|
24
18
|
"dependencies": {
|
|
25
19
|
"@aws-sdk/client-s3": "3.787.0",
|
|
26
20
|
"dotenv": "16.0.0"
|
|
21
|
+
},
|
|
22
|
+
"scripts": {
|
|
23
|
+
"lint": "eslint \"src/**/*.ts*\"",
|
|
24
|
+
"clean": "rimraf .turbo node_modules dist",
|
|
25
|
+
"upload": "ts-node scripts/uploadToServer.ts",
|
|
26
|
+
"build": "ts-node scripts/build.ts",
|
|
27
|
+
"delete": "ts-node scripts/deleteServerItem.ts"
|
|
27
28
|
}
|
|
28
|
-
}
|
|
29
|
+
}
|