Skip to content

Commit fd09204

Browse files
committed
update config
1 parent 07ba52e commit fd09204

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
lines changed

src/api/routes/swap/swapRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function parseRequest(request: Request): SwapParams {
129129
throw new ApiError(StatusCodes.NOT_FOUND, "Token in not supported")
130130

131131
const tokenOut = findToken(chainId, validatedParams.tokenOut)
132-
console.log("tokenOut: ", tokenOut)
132+
133133
if (!tokenOut)
134134
throw new ApiError(StatusCodes.NOT_FOUND, "Token out not supported")
135135

src/swapService/config/bsc.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const bscRoutingConfig: ChainRoutingConfig = [
2626
"oku",
2727
"magpie",
2828
"enso",
29+
"pendle",
2930
],
3031
},
3132
},

tokenLists/tokenList_56.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"chainId": 56,
3232
"name": "USDC",
3333
"symbol": "USDC",
34-
"decimals": 6,
34+
"decimals": 18,
3535
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png",
3636
"meta": {}
3737
},
@@ -40,7 +40,7 @@
4040
"chainId": 56,
4141
"name": "Binance-Peg BSC-USD",
4242
"symbol": "USDT",
43-
"decimals": 6,
43+
"decimals": 18,
4444
"logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xdAC17F958D2ee523a2206206994597C13D831ec7/logo.png",
4545
"meta": {}
4646
},
@@ -71,6 +71,24 @@
7171
"logoURI": "https://raw.githubusercontent.com/AngleProtocol/angle-token-list/main/src/assets/tokens/EUL.svg",
7272
"meta": {}
7373
},
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+
},
7492
{
7593
"addressInfo": "0x5e13d41913aDF18bb2acAe34228E8D21f3c2f2Eb",
7694
"chainId": 56,
@@ -137,5 +155,17 @@
137155
"decimals": 18,
138156
"logoURI": "https://assets.coingecko.com/coins/images/55085/standard/Figma_Group_2087326928.png?1743664857",
139157
"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+
}
140170
}
141171
]

0 commit comments

Comments
 (0)