@@ -145,6 +145,24 @@ export const ASSETS = {
145145 ORACLE : '0x43A7dd2125266c5c4c26EB86cd61241132426Fe7' ,
146146 STATA_TOKEN : '0xa047fdFb3420A27a5f926735b475fE5a1E968786' ,
147147 } ,
148+ PT_USDe_15JAN2026 : {
149+ decimals : 18 ,
150+ id : 6 ,
151+ UNDERLYING : '0x93B544c330F60A2aa05ceD87aEEffB8D38FD8c9a' ,
152+ A_TOKEN : '0xEa601A9FECF80bFC529F08A51bD8Cb0d72fc862A' ,
153+ V_TOKEN : '0xD73253B18124837465b0c1fCB1A947d0542a991B' ,
154+ INTEREST_RATE_STRATEGY : '0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC' ,
155+ ORACLE : '0x30cb6ff8649Cc02cEa91971D4730EebeD5A8D2F1' ,
156+ } ,
157+ PT_sUSDE_15JAN2026 : {
158+ decimals : 18 ,
159+ id : 7 ,
160+ UNDERLYING : '0x02FCC4989B4C9D435b7ceD3fE1Ba4CF77BBb5Dd8' ,
161+ A_TOKEN : '0x0b9A412c94f07223752031f75a20DDe542D63d5C' ,
162+ V_TOKEN : '0xb2A5AD339d9687B5606b21B37F72f350e5BbC622' ,
163+ INTEREST_RATE_STRATEGY : '0x2B16E93bdB1897f517881B3c388bABD0C62C6cdC' ,
164+ ORACLE : '0x3eca1c7836eA09DB3dc85be7B5526Ce80E2609a1' ,
165+ } ,
148166} as const ;
149167export const E_MODES = {
150168 '1' : {
@@ -190,6 +208,52 @@ export const E_MODES = {
190208 liquidationThreshold : 7800 ,
191209 liquidationBonus : 10750 ,
192210 } ,
211+ '5' : {
212+ label : 'PT-USDe Stablecoins Jan 2026' ,
213+ collateralBitmap : '64' ,
214+ collateralAssets : [ '0x93B544c330F60A2aa05ceD87aEEffB8D38FD8c9a' ] ,
215+ borrowableBitmap : '3' ,
216+ borrowableAssets : [
217+ '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb' ,
218+ '0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34' ,
219+ ] ,
220+ ltv : 8540 ,
221+ liquidationThreshold : 8740 ,
222+ liquidationBonus : 10490 ,
223+ } ,
224+ '6' : {
225+ label : 'PT-USDe USDe Jan 2026' ,
226+ collateralBitmap : '64' ,
227+ collateralAssets : [ '0x93B544c330F60A2aa05ceD87aEEffB8D38FD8c9a' ] ,
228+ borrowableBitmap : '2' ,
229+ borrowableAssets : [ '0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34' ] ,
230+ ltv : 8620 ,
231+ liquidationThreshold : 8820 ,
232+ liquidationBonus : 10390 ,
233+ } ,
234+ '7' : {
235+ label : 'PT-sUSDe Stablecoins Jan 2026' ,
236+ collateralBitmap : '128' ,
237+ collateralAssets : [ '0x02FCC4989B4C9D435b7ceD3fE1Ba4CF77BBb5Dd8' ] ,
238+ borrowableBitmap : '3' ,
239+ borrowableAssets : [
240+ '0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb' ,
241+ '0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34' ,
242+ ] ,
243+ ltv : 8390 ,
244+ liquidationThreshold : 8590 ,
245+ liquidationBonus : 10600 ,
246+ } ,
247+ '8' : {
248+ label : 'PT-sUSDe USDe Jan 2026' ,
249+ collateralBitmap : '128' ,
250+ collateralAssets : [ '0x02FCC4989B4C9D435b7ceD3fE1Ba4CF77BBb5Dd8' ] ,
251+ borrowableBitmap : '2' ,
252+ borrowableAssets : [ '0x5d3a1Ff2b6BAb83b63cd9AD0787074081a52ef34' ] ,
253+ ltv : 8450 ,
254+ liquidationThreshold : 8650 ,
255+ liquidationBonus : 10520 ,
256+ } ,
193257} as const ;
194258export const EXTERNAL_LIBRARIES = {
195259 FLASHLOAN_LOGIC : '0x50a4646D4f5Cc0e45051bF4f222D02fA39eC749D' ,
0 commit comments