@tokemak/tokenlist 0.0.3 → 0.1.1
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 +9 -1
- package/dist/index.js +104 -15
- package/dist/index.ts +110 -13
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -33,7 +33,8 @@ export interface IAutopool {
|
|
|
33
33
|
symbol: string;
|
|
34
34
|
logoURI: string;
|
|
35
35
|
description?: string;
|
|
36
|
-
type: "
|
|
36
|
+
type: "Ecosystem" | "Institutional" | "Flagship";
|
|
37
|
+
inactive?: boolean;
|
|
37
38
|
}
|
|
38
39
|
export declare const TOKEMAK_TOKENLIST_BASE_URL = "https://token-imgs.tokemaklabs.com";
|
|
39
40
|
export declare const TOKEMAK_TOKENS_BASE_URL = "https://token-imgs.tokemaklabs.com/tokens";
|
|
@@ -47,6 +48,7 @@ export declare const OPTIMISM_NETWORK: INetwork;
|
|
|
47
48
|
export declare const ARBITRUM_NETWORK: INetwork;
|
|
48
49
|
export declare const SONIC_NETWORK: INetwork;
|
|
49
50
|
export declare const PLASMA_NETWORK: INetwork;
|
|
51
|
+
export declare const LINEA_NETWORK: INetwork;
|
|
50
52
|
export declare const CURVE_PROTOCOL: IProtocol;
|
|
51
53
|
export declare const BALANCER_PROTOCOL: IProtocol;
|
|
52
54
|
export declare const MAVERICK_PROTOCOL: IProtocol;
|
|
@@ -70,11 +72,13 @@ export declare const SILO_PROTOCOL: IProtocol;
|
|
|
70
72
|
export declare const ZAPPER_PROTOCOL: IProtocol;
|
|
71
73
|
export declare const DEBANK_PROTOCOL: IProtocol;
|
|
72
74
|
export declare const LLAMASWAP_PROTOCOL: IProtocol;
|
|
75
|
+
export declare const UNISWAP_PROTOCOL: IProtocol;
|
|
73
76
|
export declare const NONE_PROTOCOL: IProtocol;
|
|
74
77
|
export declare const ETH_TOKEN: IToken;
|
|
75
78
|
export declare const WETH_TOKEN: IToken;
|
|
76
79
|
export declare const WBTC_TOKEN: IToken;
|
|
77
80
|
export declare const TOKE_TOKEN: IToken;
|
|
81
|
+
export declare const AUTO_TOKEN: IToken;
|
|
78
82
|
export declare const RETH_TOKEN: IToken;
|
|
79
83
|
export declare const STETH_TOKEN: IToken;
|
|
80
84
|
export declare const WSTETH_TOKEN: IToken;
|
|
@@ -145,6 +149,7 @@ export declare const USDAI_TOKEN: IToken;
|
|
|
145
149
|
export declare const SUSDAI_TOKEN: IToken;
|
|
146
150
|
export declare const USDO_TOKEN: IToken;
|
|
147
151
|
export declare const USDT0_TOKEN: IToken;
|
|
152
|
+
export declare const PYUSD_TOKEN: IToken;
|
|
148
153
|
export declare const AUTOETH_AUTOPOOL: IAutopool;
|
|
149
154
|
export declare const BALETH_AUTOPOOL: IAutopool;
|
|
150
155
|
export declare const BASEETH_AUTOPOOL: IAutopool;
|
|
@@ -164,6 +169,9 @@ export declare const BASEEUR_AUTOPOOL: IAutopool;
|
|
|
164
169
|
export declare const ARBUSD_AUTOPOOL: IAutopool;
|
|
165
170
|
export declare const PLASMAUSD_AUTOPOOL: IAutopool;
|
|
166
171
|
export declare const AUTOXPL_AUTOPOOL: IAutopool;
|
|
172
|
+
export declare const LINEAUSD_AUTOPOOL: IAutopool;
|
|
173
|
+
export declare const ANCHRGUSD_AUTOPOOL: IAutopool;
|
|
174
|
+
export declare const INFINIFIUSD_AUTOPOOL: IAutopool;
|
|
167
175
|
export declare const ALL_NETWORKS: INetwork[];
|
|
168
176
|
export declare const ALL_PROTOCOLS: IProtocol[];
|
|
169
177
|
export declare const ALL_TOKENS: 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_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;
|
|
3
|
+
exports.WEETH_TOKEN = exports.SFRXETH_TOKEN = exports.FRXETH_TOKEN = exports.SWETH_TOKEN = exports.WSTETH_TOKEN = exports.STETH_TOKEN = exports.RETH_TOKEN = exports.AUTO_TOKEN = exports.TOKE_TOKEN = exports.WBTC_TOKEN = exports.WETH_TOKEN = exports.ETH_TOKEN = exports.NONE_PROTOCOL = exports.UNISWAP_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.LINEA_NETWORK = 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.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 = exports.OSETH_TOKEN = exports.CBETH_TOKEN = exports.EETH_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.INFINIFIUSD_AUTOPOOL = exports.ANCHRGUSD_AUTOPOOL = exports.LINEAUSD_AUTOPOOL = 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.PYUSD_TOKEN = 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 = exports.LVLUSD_TOKEN = exports.WSTUSR_TOKEN = exports.LUSD_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";
|
|
@@ -41,6 +41,11 @@ exports.PLASMA_NETWORK = {
|
|
|
41
41
|
"logoURI": "https://token-imgs.tokemaklabs.com/networks/plasma.png",
|
|
42
42
|
"chainId": 9745
|
|
43
43
|
};
|
|
44
|
+
exports.LINEA_NETWORK = {
|
|
45
|
+
"name": "Linea",
|
|
46
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/networks/linea.png",
|
|
47
|
+
"chainId": 59144
|
|
48
|
+
};
|
|
44
49
|
// Protocols
|
|
45
50
|
exports.CURVE_PROTOCOL = {
|
|
46
51
|
"name": "Curve",
|
|
@@ -175,6 +180,11 @@ exports.LLAMASWAP_PROTOCOL = {
|
|
|
175
180
|
"logoURI": "https://token-imgs.tokemaklabs.com/protocols/llamaswap.png",
|
|
176
181
|
"type": "Protocol"
|
|
177
182
|
};
|
|
183
|
+
exports.UNISWAP_PROTOCOL = {
|
|
184
|
+
"name": "Uniswap",
|
|
185
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/protocols/uniswap.png",
|
|
186
|
+
"type": "Protocol"
|
|
187
|
+
};
|
|
178
188
|
exports.NONE_PROTOCOL = {
|
|
179
189
|
"name": "None",
|
|
180
190
|
"logoURI": "https://token-imgs.tokemaklabs.com/protocols/none.png",
|
|
@@ -213,6 +223,9 @@ exports.WETH_TOKEN = {
|
|
|
213
223
|
},
|
|
214
224
|
"42161": {
|
|
215
225
|
"tokenAddress": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
226
|
+
},
|
|
227
|
+
"59144": {
|
|
228
|
+
"tokenAddress": "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f"
|
|
216
229
|
}
|
|
217
230
|
},
|
|
218
231
|
"parentAsset": "ETH"
|
|
@@ -246,15 +259,47 @@ exports.TOKE_TOKEN = {
|
|
|
246
259
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
247
260
|
},
|
|
248
261
|
"9745": {
|
|
249
|
-
"tokenAddress": "
|
|
262
|
+
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
250
263
|
},
|
|
251
264
|
"42161": {
|
|
252
265
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
266
|
+
},
|
|
267
|
+
"59144": {
|
|
268
|
+
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
253
269
|
}
|
|
254
270
|
}
|
|
255
271
|
},
|
|
256
272
|
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png"
|
|
257
273
|
};
|
|
274
|
+
exports.AUTO_TOKEN = {
|
|
275
|
+
"chainId": 1,
|
|
276
|
+
"address": "0x1Ec8eaa3f68261e793C48486b12092336A03c479",
|
|
277
|
+
"name": "AUTOfinance",
|
|
278
|
+
"symbol": "AUTO",
|
|
279
|
+
"decimals": 18,
|
|
280
|
+
"audits": "https://docs.tokemak.xyz/developer-docs/security-and-audits",
|
|
281
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x1ec8eaa3f68261e793c48486b12092336a03c479.png",
|
|
282
|
+
"extensions": {
|
|
283
|
+
"bridgeMainnetAdapter": "0xb3731daCCd61633b6fe929de46166EfD77D4390e",
|
|
284
|
+
"bridgeInfo": {
|
|
285
|
+
"10": {
|
|
286
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
287
|
+
},
|
|
288
|
+
"8453": {
|
|
289
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
290
|
+
},
|
|
291
|
+
"9745": {
|
|
292
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
293
|
+
},
|
|
294
|
+
"42161": {
|
|
295
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
296
|
+
},
|
|
297
|
+
"59144": {
|
|
298
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
299
|
+
}
|
|
300
|
+
}
|
|
301
|
+
}
|
|
302
|
+
};
|
|
258
303
|
exports.RETH_TOKEN = {
|
|
259
304
|
"chainId": 1,
|
|
260
305
|
"address": "0xae78736cd615f374d3085123a210448e74fc6393",
|
|
@@ -486,6 +531,9 @@ exports.USDC_TOKEN = {
|
|
|
486
531
|
},
|
|
487
532
|
"42161": {
|
|
488
533
|
"tokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
|
|
534
|
+
},
|
|
535
|
+
"59144": {
|
|
536
|
+
"tokenAddress": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff"
|
|
489
537
|
}
|
|
490
538
|
}
|
|
491
539
|
},
|
|
@@ -619,6 +667,9 @@ exports.USDT_TOKEN = {
|
|
|
619
667
|
},
|
|
620
668
|
"42161": {
|
|
621
669
|
"tokenAddress": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
|
|
670
|
+
},
|
|
671
|
+
"59144": {
|
|
672
|
+
"tokenAddress": "0xA219439258ca9da29E9Cc4cE5596924745e12B93"
|
|
622
673
|
}
|
|
623
674
|
}
|
|
624
675
|
},
|
|
@@ -1051,16 +1102,24 @@ exports.USDT0_TOKEN = {
|
|
|
1051
1102
|
"address": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
|
|
1052
1103
|
"chainId": 9745,
|
|
1053
1104
|
"decimals": 6,
|
|
1054
|
-
"symbol": "USDT0",
|
|
1055
1105
|
"name": "USDT0",
|
|
1106
|
+
"symbol": "USDT0",
|
|
1056
1107
|
"audits": "https://tether.to/ru/transparency/?tab=reports",
|
|
1057
1108
|
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb.png"
|
|
1058
1109
|
};
|
|
1110
|
+
exports.PYUSD_TOKEN = {
|
|
1111
|
+
"address": "0x6c3ea9036406852006290770bedfcaba0e23a0e8",
|
|
1112
|
+
"chainId": 1,
|
|
1113
|
+
"decimals": 6,
|
|
1114
|
+
"name": "PayPal USD",
|
|
1115
|
+
"symbol": "pyUSD",
|
|
1116
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x6c3ea9036406852006290770bedfcaba0e23a0e8.png"
|
|
1117
|
+
};
|
|
1059
1118
|
// Autopools
|
|
1060
1119
|
exports.AUTOETH_AUTOPOOL = {
|
|
1061
1120
|
"symbol": "autoETH",
|
|
1062
1121
|
"description": "ETH LSTs on Ethereum deployed across integrated DEXs.",
|
|
1063
|
-
"type": "
|
|
1122
|
+
"type": "Flagship",
|
|
1064
1123
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1065
1124
|
};
|
|
1066
1125
|
exports.BALETH_AUTOPOOL = {
|
|
@@ -1078,7 +1137,7 @@ exports.BASEETH_AUTOPOOL = {
|
|
|
1078
1137
|
exports.AUTOLRT_AUTOPOOL = {
|
|
1079
1138
|
"symbol": "autoLRT",
|
|
1080
1139
|
"description": "ETH LRTs deployed across integrated DEXs.",
|
|
1081
|
-
"type": "
|
|
1140
|
+
"type": "Ecosystem",
|
|
1082
1141
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoLRT\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1083
1142
|
};
|
|
1084
1143
|
exports.DINEROETH_AUTOPOOL = {
|
|
@@ -1090,19 +1149,20 @@ exports.DINEROETH_AUTOPOOL = {
|
|
|
1090
1149
|
exports.AUTOUSD_AUTOPOOL = {
|
|
1091
1150
|
"symbol": "autoUSD",
|
|
1092
1151
|
"description": "Blue-chip USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
1093
|
-
"type": "
|
|
1152
|
+
"type": "Flagship",
|
|
1094
1153
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1095
1154
|
};
|
|
1096
1155
|
exports.BASEUSD_AUTOPOOL = {
|
|
1097
1156
|
"symbol": "baseUSD",
|
|
1098
1157
|
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Base.",
|
|
1099
|
-
"type": "
|
|
1158
|
+
"type": "Flagship",
|
|
1100
1159
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1101
1160
|
};
|
|
1102
1161
|
exports.AUTOS_AUTOPOOL = {
|
|
1103
1162
|
"symbol": "autoS",
|
|
1104
1163
|
"description": "S deployed across integrated destinations on Sonic.",
|
|
1105
1164
|
"type": "Ecosystem",
|
|
1165
|
+
"inactive": true,
|
|
1106
1166
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoS\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1107
1167
|
};
|
|
1108
1168
|
exports.AUTODOLA_AUTOPOOL = {
|
|
@@ -1115,12 +1175,14 @@ exports.MORPHOUSD_AUTOPOOL = {
|
|
|
1115
1175
|
"symbol": "morphoUSD",
|
|
1116
1176
|
"description": "USD stablecoins deployed deployed across Morpho.",
|
|
1117
1177
|
"type": "Ecosystem",
|
|
1178
|
+
"inactive": true,
|
|
1118
1179
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/morphoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1119
1180
|
};
|
|
1120
1181
|
exports.PENDLEUSD_AUTOPOOL = {
|
|
1121
1182
|
"symbol": "pendleUSD",
|
|
1122
1183
|
"description": "USD stablecoins deployed across Pendle.",
|
|
1123
1184
|
"type": "Ecosystem",
|
|
1185
|
+
"inactive": true,
|
|
1124
1186
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/pendleUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1125
1187
|
};
|
|
1126
1188
|
exports.SONICUSD_AUTOPOOL = {
|
|
@@ -1132,7 +1194,8 @@ exports.SONICUSD_AUTOPOOL = {
|
|
|
1132
1194
|
exports.TURBOUSD_AUTOPOOL = {
|
|
1133
1195
|
"symbol": "turboUSD",
|
|
1134
1196
|
"description": "Emerging USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
1135
|
-
"type": "
|
|
1197
|
+
"type": "Ecosystem",
|
|
1198
|
+
"inactive": true,
|
|
1136
1199
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/turboUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1137
1200
|
};
|
|
1138
1201
|
exports.SILOUSD_AUTOPOOL = {
|
|
@@ -1162,15 +1225,34 @@ exports.ARBUSD_AUTOPOOL = {
|
|
|
1162
1225
|
exports.PLASMAUSD_AUTOPOOL = {
|
|
1163
1226
|
"symbol": "plasmaUSD",
|
|
1164
1227
|
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Plasma.",
|
|
1165
|
-
"type": "
|
|
1228
|
+
"type": "Ecosystem",
|
|
1166
1229
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/plasmaUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1167
1230
|
};
|
|
1168
1231
|
exports.AUTOXPL_AUTOPOOL = {
|
|
1169
1232
|
"symbol": "autoXPL",
|
|
1170
1233
|
"description": "XPL deployed across integrated DEXs on Plasma.",
|
|
1171
|
-
"type": "
|
|
1234
|
+
"type": "Ecosystem",
|
|
1235
|
+
"inactive": true,
|
|
1172
1236
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoXPL\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1173
1237
|
};
|
|
1238
|
+
exports.LINEAUSD_AUTOPOOL = {
|
|
1239
|
+
"symbol": "lineaUSD",
|
|
1240
|
+
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Linea.",
|
|
1241
|
+
"type": "Ecosystem",
|
|
1242
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/lineaUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1243
|
+
};
|
|
1244
|
+
exports.ANCHRGUSD_AUTOPOOL = {
|
|
1245
|
+
"symbol": "anchrgUSD",
|
|
1246
|
+
"description": "For Porto institutional users: deposit USDC to earn competitive, sustainable USD yield from transparent, blue-chip sources designed to remain market-neutral. Automated rebalancing optimizes returns with strict onchain safeguards while you remain self-custodial in Porto.",
|
|
1247
|
+
"type": "Institutional",
|
|
1248
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/anchrgUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1249
|
+
};
|
|
1250
|
+
exports.INFINIFIUSD_AUTOPOOL = {
|
|
1251
|
+
"symbol": "infinifiUSD",
|
|
1252
|
+
"description": "Gated InfiniFI Autopool deploying USD across Morpho markets.",
|
|
1253
|
+
"type": "Institutional",
|
|
1254
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/infinifiUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1255
|
+
};
|
|
1174
1256
|
// Arrays of all items
|
|
1175
1257
|
exports.ALL_NETWORKS = [
|
|
1176
1258
|
exports.ETHEREUM_NETWORK,
|
|
@@ -1178,7 +1260,8 @@ exports.ALL_NETWORKS = [
|
|
|
1178
1260
|
exports.OPTIMISM_NETWORK,
|
|
1179
1261
|
exports.ARBITRUM_NETWORK,
|
|
1180
1262
|
exports.SONIC_NETWORK,
|
|
1181
|
-
exports.PLASMA_NETWORK
|
|
1263
|
+
exports.PLASMA_NETWORK,
|
|
1264
|
+
exports.LINEA_NETWORK
|
|
1182
1265
|
];
|
|
1183
1266
|
exports.ALL_PROTOCOLS = [
|
|
1184
1267
|
exports.CURVE_PROTOCOL,
|
|
@@ -1204,6 +1287,7 @@ exports.ALL_PROTOCOLS = [
|
|
|
1204
1287
|
exports.ZAPPER_PROTOCOL,
|
|
1205
1288
|
exports.DEBANK_PROTOCOL,
|
|
1206
1289
|
exports.LLAMASWAP_PROTOCOL,
|
|
1290
|
+
exports.UNISWAP_PROTOCOL,
|
|
1207
1291
|
exports.NONE_PROTOCOL
|
|
1208
1292
|
];
|
|
1209
1293
|
exports.ALL_TOKENS = [
|
|
@@ -1211,6 +1295,7 @@ exports.ALL_TOKENS = [
|
|
|
1211
1295
|
exports.WETH_TOKEN,
|
|
1212
1296
|
exports.WBTC_TOKEN,
|
|
1213
1297
|
exports.TOKE_TOKEN,
|
|
1298
|
+
exports.AUTO_TOKEN,
|
|
1214
1299
|
exports.RETH_TOKEN,
|
|
1215
1300
|
exports.STETH_TOKEN,
|
|
1216
1301
|
exports.WSTETH_TOKEN,
|
|
@@ -1280,7 +1365,8 @@ exports.ALL_TOKENS = [
|
|
|
1280
1365
|
exports.USDAI_TOKEN,
|
|
1281
1366
|
exports.SUSDAI_TOKEN,
|
|
1282
1367
|
exports.USDO_TOKEN,
|
|
1283
|
-
exports.USDT0_TOKEN
|
|
1368
|
+
exports.USDT0_TOKEN,
|
|
1369
|
+
exports.PYUSD_TOKEN
|
|
1284
1370
|
];
|
|
1285
1371
|
exports.ALL_AUTOPOOLS = [
|
|
1286
1372
|
exports.AUTOETH_AUTOPOOL,
|
|
@@ -1301,7 +1387,10 @@ exports.ALL_AUTOPOOLS = [
|
|
|
1301
1387
|
exports.BASEEUR_AUTOPOOL,
|
|
1302
1388
|
exports.ARBUSD_AUTOPOOL,
|
|
1303
1389
|
exports.PLASMAUSD_AUTOPOOL,
|
|
1304
|
-
exports.AUTOXPL_AUTOPOOL
|
|
1390
|
+
exports.AUTOXPL_AUTOPOOL,
|
|
1391
|
+
exports.LINEAUSD_AUTOPOOL,
|
|
1392
|
+
exports.ANCHRGUSD_AUTOPOOL,
|
|
1393
|
+
exports.INFINIFIUSD_AUTOPOOL
|
|
1305
1394
|
];
|
|
1306
1395
|
// Token Lists
|
|
1307
1396
|
exports.FAV_BASE_USD_TOKENS = [
|
package/dist/index.ts
CHANGED
|
@@ -38,7 +38,8 @@ export interface IAutopool {
|
|
|
38
38
|
symbol: string;
|
|
39
39
|
logoURI: string;
|
|
40
40
|
description?: string;
|
|
41
|
-
type: "
|
|
41
|
+
type: "Ecosystem" | "Institutional" | "Flagship";
|
|
42
|
+
inactive?: boolean;
|
|
42
43
|
}
|
|
43
44
|
|
|
44
45
|
// Constants
|
|
@@ -91,6 +92,12 @@ export const PLASMA_NETWORK: INetwork = {
|
|
|
91
92
|
"chainId": 9745
|
|
92
93
|
};
|
|
93
94
|
|
|
95
|
+
export const LINEA_NETWORK: INetwork = {
|
|
96
|
+
"name": "Linea",
|
|
97
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/networks/linea.png",
|
|
98
|
+
"chainId": 59144
|
|
99
|
+
};
|
|
100
|
+
|
|
94
101
|
// Protocols
|
|
95
102
|
export const CURVE_PROTOCOL: IProtocol = {
|
|
96
103
|
"name": "Curve",
|
|
@@ -248,6 +255,12 @@ export const LLAMASWAP_PROTOCOL: IProtocol = {
|
|
|
248
255
|
"type": "Protocol"
|
|
249
256
|
};
|
|
250
257
|
|
|
258
|
+
export const UNISWAP_PROTOCOL: IProtocol = {
|
|
259
|
+
"name": "Uniswap",
|
|
260
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/protocols/uniswap.png",
|
|
261
|
+
"type": "Protocol"
|
|
262
|
+
};
|
|
263
|
+
|
|
251
264
|
export const NONE_PROTOCOL: IProtocol = {
|
|
252
265
|
"name": "None",
|
|
253
266
|
"logoURI": "https://token-imgs.tokemaklabs.com/protocols/none.png",
|
|
@@ -288,6 +301,9 @@ export const WETH_TOKEN: IToken = {
|
|
|
288
301
|
},
|
|
289
302
|
"42161": {
|
|
290
303
|
"tokenAddress": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1"
|
|
304
|
+
},
|
|
305
|
+
"59144": {
|
|
306
|
+
"tokenAddress": "0xe5D7C2a44FfDDf6b295A15c148167daaAf5Cf34f"
|
|
291
307
|
}
|
|
292
308
|
},
|
|
293
309
|
"parentAsset": "ETH"
|
|
@@ -323,16 +339,49 @@ export const TOKE_TOKEN: IToken = {
|
|
|
323
339
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
324
340
|
},
|
|
325
341
|
"9745": {
|
|
326
|
-
"tokenAddress": "
|
|
342
|
+
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
327
343
|
},
|
|
328
344
|
"42161": {
|
|
329
345
|
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
346
|
+
},
|
|
347
|
+
"59144": {
|
|
348
|
+
"tokenAddress": "0x223c0d94dbc8c0e5df1f6b2c75f06c0229c91950"
|
|
330
349
|
}
|
|
331
350
|
}
|
|
332
351
|
},
|
|
333
352
|
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x2e9d63788249371f1dfc918a52f8d799f4a38c94.png"
|
|
334
353
|
};
|
|
335
354
|
|
|
355
|
+
export const AUTO_TOKEN: IToken = {
|
|
356
|
+
"chainId": 1,
|
|
357
|
+
"address": "0x1Ec8eaa3f68261e793C48486b12092336A03c479",
|
|
358
|
+
"name": "AUTOfinance",
|
|
359
|
+
"symbol": "AUTO",
|
|
360
|
+
"decimals": 18,
|
|
361
|
+
"audits": "https://docs.tokemak.xyz/developer-docs/security-and-audits",
|
|
362
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x1ec8eaa3f68261e793c48486b12092336a03c479.png",
|
|
363
|
+
"extensions": {
|
|
364
|
+
"bridgeMainnetAdapter": "0xb3731daCCd61633b6fe929de46166EfD77D4390e",
|
|
365
|
+
"bridgeInfo": {
|
|
366
|
+
"10": {
|
|
367
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
368
|
+
},
|
|
369
|
+
"8453": {
|
|
370
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
371
|
+
},
|
|
372
|
+
"9745": {
|
|
373
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
374
|
+
},
|
|
375
|
+
"42161": {
|
|
376
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
377
|
+
},
|
|
378
|
+
"59144": {
|
|
379
|
+
"tokenAddress": "0x60cff692F42D67D4e367185E70D20164903E8725"
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
};
|
|
384
|
+
|
|
336
385
|
export const RETH_TOKEN: IToken = {
|
|
337
386
|
"chainId": 1,
|
|
338
387
|
"address": "0xae78736cd615f374d3085123a210448e74fc6393",
|
|
@@ -581,6 +630,9 @@ export const USDC_TOKEN: IToken = {
|
|
|
581
630
|
},
|
|
582
631
|
"42161": {
|
|
583
632
|
"tokenAddress": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
|
|
633
|
+
},
|
|
634
|
+
"59144": {
|
|
635
|
+
"tokenAddress": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff"
|
|
584
636
|
}
|
|
585
637
|
}
|
|
586
638
|
},
|
|
@@ -722,6 +774,9 @@ export const USDT_TOKEN: IToken = {
|
|
|
722
774
|
},
|
|
723
775
|
"42161": {
|
|
724
776
|
"tokenAddress": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
|
|
777
|
+
},
|
|
778
|
+
"59144": {
|
|
779
|
+
"tokenAddress": "0xA219439258ca9da29E9Cc4cE5596924745e12B93"
|
|
725
780
|
}
|
|
726
781
|
}
|
|
727
782
|
},
|
|
@@ -1198,17 +1253,26 @@ export const USDT0_TOKEN: IToken = {
|
|
|
1198
1253
|
"address": "0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb",
|
|
1199
1254
|
"chainId": 9745,
|
|
1200
1255
|
"decimals": 6,
|
|
1201
|
-
"symbol": "USDT0",
|
|
1202
1256
|
"name": "USDT0",
|
|
1257
|
+
"symbol": "USDT0",
|
|
1203
1258
|
"audits": "https://tether.to/ru/transparency/?tab=reports",
|
|
1204
1259
|
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/plasma/0xb8ce59fc3717ada4c02eadf9682a9e934f625ebb.png"
|
|
1205
1260
|
};
|
|
1206
1261
|
|
|
1262
|
+
export const PYUSD_TOKEN: IToken = {
|
|
1263
|
+
"address": "0x6c3ea9036406852006290770bedfcaba0e23a0e8",
|
|
1264
|
+
"chainId": 1,
|
|
1265
|
+
"decimals": 6,
|
|
1266
|
+
"name": "PayPal USD",
|
|
1267
|
+
"symbol": "pyUSD",
|
|
1268
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/tokens/ethereum/0x6c3ea9036406852006290770bedfcaba0e23a0e8.png"
|
|
1269
|
+
};
|
|
1270
|
+
|
|
1207
1271
|
// Autopools
|
|
1208
1272
|
export const AUTOETH_AUTOPOOL: IAutopool = {
|
|
1209
1273
|
"symbol": "autoETH",
|
|
1210
1274
|
"description": "ETH LSTs on Ethereum deployed across integrated DEXs.",
|
|
1211
|
-
"type": "
|
|
1275
|
+
"type": "Flagship",
|
|
1212
1276
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoETH\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1213
1277
|
};
|
|
1214
1278
|
|
|
@@ -1229,7 +1293,7 @@ export const BASEETH_AUTOPOOL: IAutopool = {
|
|
|
1229
1293
|
export const AUTOLRT_AUTOPOOL: IAutopool = {
|
|
1230
1294
|
"symbol": "autoLRT",
|
|
1231
1295
|
"description": "ETH LRTs deployed across integrated DEXs.",
|
|
1232
|
-
"type": "
|
|
1296
|
+
"type": "Ecosystem",
|
|
1233
1297
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoLRT\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1234
1298
|
};
|
|
1235
1299
|
|
|
@@ -1243,14 +1307,14 @@ export const DINEROETH_AUTOPOOL: IAutopool = {
|
|
|
1243
1307
|
export const AUTOUSD_AUTOPOOL: IAutopool = {
|
|
1244
1308
|
"symbol": "autoUSD",
|
|
1245
1309
|
"description": "Blue-chip USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
1246
|
-
"type": "
|
|
1310
|
+
"type": "Flagship",
|
|
1247
1311
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1248
1312
|
};
|
|
1249
1313
|
|
|
1250
1314
|
export const BASEUSD_AUTOPOOL: IAutopool = {
|
|
1251
1315
|
"symbol": "baseUSD",
|
|
1252
1316
|
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Base.",
|
|
1253
|
-
"type": "
|
|
1317
|
+
"type": "Flagship",
|
|
1254
1318
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/baseUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1255
1319
|
};
|
|
1256
1320
|
|
|
@@ -1258,6 +1322,7 @@ export const AUTOS_AUTOPOOL: IAutopool = {
|
|
|
1258
1322
|
"symbol": "autoS",
|
|
1259
1323
|
"description": "S deployed across integrated destinations on Sonic.",
|
|
1260
1324
|
"type": "Ecosystem",
|
|
1325
|
+
"inactive": true,
|
|
1261
1326
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoS\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1262
1327
|
};
|
|
1263
1328
|
|
|
@@ -1272,6 +1337,7 @@ export const MORPHOUSD_AUTOPOOL: IAutopool = {
|
|
|
1272
1337
|
"symbol": "morphoUSD",
|
|
1273
1338
|
"description": "USD stablecoins deployed deployed across Morpho.",
|
|
1274
1339
|
"type": "Ecosystem",
|
|
1340
|
+
"inactive": true,
|
|
1275
1341
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/morphoUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1276
1342
|
};
|
|
1277
1343
|
|
|
@@ -1279,6 +1345,7 @@ export const PENDLEUSD_AUTOPOOL: IAutopool = {
|
|
|
1279
1345
|
"symbol": "pendleUSD",
|
|
1280
1346
|
"description": "USD stablecoins deployed across Pendle.",
|
|
1281
1347
|
"type": "Ecosystem",
|
|
1348
|
+
"inactive": true,
|
|
1282
1349
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/pendleUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1283
1350
|
};
|
|
1284
1351
|
|
|
@@ -1292,7 +1359,8 @@ export const SONICUSD_AUTOPOOL: IAutopool = {
|
|
|
1292
1359
|
export const TURBOUSD_AUTOPOOL: IAutopool = {
|
|
1293
1360
|
"symbol": "turboUSD",
|
|
1294
1361
|
"description": "Emerging USD stablecoins deployed across integrated DEXs and lending protocols.",
|
|
1295
|
-
"type": "
|
|
1362
|
+
"type": "Ecosystem",
|
|
1363
|
+
"inactive": true,
|
|
1296
1364
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/turboUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1297
1365
|
};
|
|
1298
1366
|
|
|
@@ -1327,17 +1395,39 @@ export const ARBUSD_AUTOPOOL: IAutopool = {
|
|
|
1327
1395
|
export const PLASMAUSD_AUTOPOOL: IAutopool = {
|
|
1328
1396
|
"symbol": "plasmaUSD",
|
|
1329
1397
|
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Plasma.",
|
|
1330
|
-
"type": "
|
|
1398
|
+
"type": "Ecosystem",
|
|
1331
1399
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/plasmaUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1332
1400
|
};
|
|
1333
1401
|
|
|
1334
1402
|
export const AUTOXPL_AUTOPOOL: IAutopool = {
|
|
1335
1403
|
"symbol": "autoXPL",
|
|
1336
1404
|
"description": "XPL deployed across integrated DEXs on Plasma.",
|
|
1337
|
-
"type": "
|
|
1405
|
+
"type": "Ecosystem",
|
|
1406
|
+
"inactive": true,
|
|
1338
1407
|
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/autoXPL\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1339
1408
|
};
|
|
1340
1409
|
|
|
1410
|
+
export const LINEAUSD_AUTOPOOL: IAutopool = {
|
|
1411
|
+
"symbol": "lineaUSD",
|
|
1412
|
+
"description": "USD stablecoins deployed across integrated DEXs and lending protocols on Linea.",
|
|
1413
|
+
"type": "Ecosystem",
|
|
1414
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/lineaUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1415
|
+
};
|
|
1416
|
+
|
|
1417
|
+
export const ANCHRGUSD_AUTOPOOL: IAutopool = {
|
|
1418
|
+
"symbol": "anchrgUSD",
|
|
1419
|
+
"description": "For Porto institutional users: deposit USDC to earn competitive, sustainable USD yield from transparent, blue-chip sources designed to remain market-neutral. Automated rebalancing optimizes returns with strict onchain safeguards while you remain self-custodial in Porto.",
|
|
1420
|
+
"type": "Institutional",
|
|
1421
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/anchrgUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1422
|
+
};
|
|
1423
|
+
|
|
1424
|
+
export const INFINIFIUSD_AUTOPOOL: IAutopool = {
|
|
1425
|
+
"symbol": "infinifiUSD",
|
|
1426
|
+
"description": "Gated InfiniFI Autopool deploying USD across Morpho markets.",
|
|
1427
|
+
"type": "Institutional",
|
|
1428
|
+
"logoURI": "https://token-imgs.tokemaklabs.com/autopools/infinifiUSD\n .toLowerCase()\n .replace(/s+/g, \"_\")}.png"
|
|
1429
|
+
};
|
|
1430
|
+
|
|
1341
1431
|
// Arrays of all items
|
|
1342
1432
|
export const ALL_NETWORKS: INetwork[] = [
|
|
1343
1433
|
ETHEREUM_NETWORK,
|
|
@@ -1345,7 +1435,8 @@ export const ALL_NETWORKS: INetwork[] = [
|
|
|
1345
1435
|
OPTIMISM_NETWORK,
|
|
1346
1436
|
ARBITRUM_NETWORK,
|
|
1347
1437
|
SONIC_NETWORK,
|
|
1348
|
-
PLASMA_NETWORK
|
|
1438
|
+
PLASMA_NETWORK,
|
|
1439
|
+
LINEA_NETWORK
|
|
1349
1440
|
];
|
|
1350
1441
|
|
|
1351
1442
|
export const ALL_PROTOCOLS: IProtocol[] = [
|
|
@@ -1372,6 +1463,7 @@ export const ALL_PROTOCOLS: IProtocol[] = [
|
|
|
1372
1463
|
ZAPPER_PROTOCOL,
|
|
1373
1464
|
DEBANK_PROTOCOL,
|
|
1374
1465
|
LLAMASWAP_PROTOCOL,
|
|
1466
|
+
UNISWAP_PROTOCOL,
|
|
1375
1467
|
NONE_PROTOCOL
|
|
1376
1468
|
];
|
|
1377
1469
|
|
|
@@ -1380,6 +1472,7 @@ export const ALL_TOKENS: IToken[] = [
|
|
|
1380
1472
|
WETH_TOKEN,
|
|
1381
1473
|
WBTC_TOKEN,
|
|
1382
1474
|
TOKE_TOKEN,
|
|
1475
|
+
AUTO_TOKEN,
|
|
1383
1476
|
RETH_TOKEN,
|
|
1384
1477
|
STETH_TOKEN,
|
|
1385
1478
|
WSTETH_TOKEN,
|
|
@@ -1449,7 +1542,8 @@ export const ALL_TOKENS: IToken[] = [
|
|
|
1449
1542
|
USDAI_TOKEN,
|
|
1450
1543
|
SUSDAI_TOKEN,
|
|
1451
1544
|
USDO_TOKEN,
|
|
1452
|
-
USDT0_TOKEN
|
|
1545
|
+
USDT0_TOKEN,
|
|
1546
|
+
PYUSD_TOKEN
|
|
1453
1547
|
];
|
|
1454
1548
|
|
|
1455
1549
|
export const ALL_AUTOPOOLS: IAutopool[] = [
|
|
@@ -1471,7 +1565,10 @@ export const ALL_AUTOPOOLS: IAutopool[] = [
|
|
|
1471
1565
|
BASEEUR_AUTOPOOL,
|
|
1472
1566
|
ARBUSD_AUTOPOOL,
|
|
1473
1567
|
PLASMAUSD_AUTOPOOL,
|
|
1474
|
-
AUTOXPL_AUTOPOOL
|
|
1568
|
+
AUTOXPL_AUTOPOOL,
|
|
1569
|
+
LINEAUSD_AUTOPOOL,
|
|
1570
|
+
ANCHRGUSD_AUTOPOOL,
|
|
1571
|
+
INFINIFIUSD_AUTOPOOL
|
|
1475
1572
|
];
|
|
1476
1573
|
|
|
1477
1574
|
// Token Lists
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tokemak/tokenlist",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"typescript": "5.8.3"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@aws-sdk/client-s3": "3.
|
|
19
|
+
"@aws-sdk/client-s3": "3.996.0",
|
|
20
20
|
"dotenv": "16.0.0"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"lint": "eslint \"
|
|
23
|
+
"lint": "eslint \"**/*.ts\" --ignore-pattern dist",
|
|
24
24
|
"clean": "rimraf .turbo node_modules dist",
|
|
25
25
|
"upload": "ts-node scripts/uploadToServer.ts",
|
|
26
26
|
"build": "ts-node scripts/build.ts",
|