File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ function parseRequest(request: Request): SwapParams {
129
129
throw new ApiError ( StatusCodes . NOT_FOUND , "Token in not supported" )
130
130
131
131
const tokenOut = findToken ( chainId , validatedParams . tokenOut )
132
- console . log ( "tokenOut: " , tokenOut )
132
+
133
133
if ( ! tokenOut )
134
134
throw new ApiError ( StatusCodes . NOT_FOUND , "Token out not supported" )
135
135
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const bscRoutingConfig: ChainRoutingConfig = [
26
26
"oku" ,
27
27
"magpie" ,
28
28
"enso" ,
29
+ "pendle" ,
29
30
] ,
30
31
} ,
31
32
} ,
Original file line number Diff line number Diff line change 31
31
"chainId" : 56 ,
32
32
"name" : " USDC" ,
33
33
"symbol" : " USDC" ,
34
- "decimals" : 6 ,
34
+ "decimals" : 18 ,
35
35
"logoURI" : " https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png" ,
36
36
"meta" : {}
37
37
},
40
40
"chainId" : 56 ,
41
41
"name" : " Binance-Peg BSC-USD" ,
42
42
"symbol" : " USDT" ,
43
- "decimals" : 6 ,
43
+ "decimals" : 18 ,
44
44
"logoURI" : " https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png" ,
45
45
"meta" : {}
46
46
},
71
71
"logoURI" : " https://raw.githubusercontent.com/AngleProtocol/angle-token-list/main/src/assets/tokens/EUL.svg" ,
72
72
"meta" : {}
73
73
},
74
+ {
75
+ "addressInfo" : " 0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7" ,
76
+ "chainId" : 56 ,
77
+ "name" : " Solv BTC" ,
78
+ "symbol" : " SolvBTC" ,
79
+ "decimals" : 18 ,
80
+ "logoURI" : " /tokens/56/solvBTC.webp" ,
81
+ "meta" : {}
82
+ },
83
+ {
84
+ "addressInfo" : " 0x0555E30da8f98308EdB960aa94C0Db47230d2B9c" ,
85
+ "chainId" : 56 ,
86
+ "name" : " Wrapped BTC" ,
87
+ "symbol" : " WBTC" ,
88
+ "decimals" : 8 ,
89
+ "logoURI" : " https://coin-images.coingecko.com/coins/images/54335/large/wbtc.jpg?1739334808" ,
90
+ "meta" : {}
91
+ },
74
92
{
75
93
"addressInfo" : " 0x5e13d41913aDF18bb2acAe34228E8D21f3c2f2Eb" ,
76
94
"chainId" : 56 ,
137
155
"decimals" : 18 ,
138
156
"logoURI" : " https://assets.coingecko.com/coins/images/55085/standard/Figma_Group_2087326928.png?1743664857" ,
139
157
"meta" : {}
158
+ },
159
+ {
160
+ "addressInfo" : " 0xDD809435ba6c9d6903730f923038801781cA66ce" ,
161
+ "chainId" : 56 ,
162
+ "name" : " PT Ethena sUSDE 26JUN2025" ,
163
+ "symbol" : " PT-sUSDE-26JUN2025" ,
164
+ "decimals" : 18 ,
165
+ "logoURI" : " https://coin-images.coingecko.com/coins/images/52911/large/susde.jpg?1734676195" ,
166
+ "meta" : {
167
+ "isPendlePT" : true ,
168
+ "pendleMarket" : " 0x8557d39d4bab2b045ac5c2b7ea66d12139da9af4"
169
+ }
140
170
}
141
171
]
You can’t perform that action at this time.
0 commit comments