Skip to content

Commit dd7909e

Browse files
committed
update tokenlist, fix quote sort
1 parent 6925e0b commit dd7909e

File tree

2 files changed

+45
-8
lines changed

2 files changed

+45
-8
lines changed

src/swapService/strategies/strategyBalmySDK.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ export class StrategyBalmySDK {
436436
const bestQuote = await this.sdk.quoteService.getBestQuote({
437437
request: this.#getSDKQuoteFromSwapParams(swapParams, sourcesFilter),
438438
config: {
439-
choose: {
440-
by: "most-swapped-accounting-for-gas",
441-
},
442439
timeout: this.config.timeout || DEFAULT_TIMEOUT,
443440
},
444441
})

src/tokenLists/tokenList_8543.js

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export default [
1717
decimals: 18,
1818
logoURI: "/tokens/8453/cbeth.png",
1919
meta: {
20-
poolId: "0f45d730-b279-4629-8e11-ccb5cc3038b4",
2120
provider: "DEFILLAMA",
21+
poolId: "0f45d730-b279-4629-8e11-ccb5cc3038b4",
2222
},
2323
},
2424
{
@@ -57,8 +57,8 @@ export default [
5757
decimals: 18,
5858
logoURI: "/tokens/8453/wsteth.png",
5959
meta: {
60-
poolId: "747c1d2a-c668-4682-b9f9-296708a3dd90",
6160
provider: "DEFILLAMA",
61+
poolId: "747c1d2a-c668-4682-b9f9-296708a3dd90",
6262
},
6363
},
6464
{
@@ -70,8 +70,8 @@ export default [
7070
logoURI:
7171
"https://coin-images.coingecko.com/coins/images/33033/large/weETH.png?1701438396",
7272
meta: {
73-
poolId: "46bd2bdf-6d92-4066-b482-e885ee172264",
7473
provider: "DEFILLAMA",
74+
poolId: "46bd2bdf-6d92-4066-b482-e885ee172264",
7575
},
7676
},
7777
{
@@ -138,7 +138,6 @@ export default [
138138
meta: {
139139
isPendlePT: true,
140140
pendleMarket: "0x727cebacfb10ffd353fc221d06a862b437ec1735",
141-
poolId: "",
142141
},
143142
},
144143
{
@@ -152,7 +151,48 @@ export default [
152151
meta: {
153152
isPendlePT: true,
154153
pendleMarket: "0xe15578523937ed7f08e8f7a1fa8a021e07025a08",
155-
poolId: "",
156154
},
157155
},
156+
{
157+
addressInfo: "0x5875eEE11Cf8398102FdAd704C9E96607675467a",
158+
chainId: 8453,
159+
name: "sUSDS",
160+
symbol: "sUSDS",
161+
decimals: 18,
162+
logoURI:
163+
"https://raw.githubusercontent.com/marsfoundation/spark-docs/9b2ece7f8d6d1575549a88bb78654fe68707156f/.gitbook/assets/sUSDS-Coin.svg",
164+
meta: {
165+
provider: "SUSDS",
166+
},
167+
},
168+
{
169+
addressInfo: "0x820C137fa70C8691f0e44Dc420a5e53c168921Dc",
170+
chainId: 1,
171+
name: "USDS",
172+
symbol: "USDS",
173+
decimals: 18,
174+
logoURI:
175+
"https://coin-images.coingecko.com/coins/images/39926/large/usds.webp?1726666683",
176+
meta: {},
177+
},
178+
{
179+
addressInfo: "0xa153Ad732F831a79b5575Fa02e793EC4E99181b0",
180+
chainId: 8453,
181+
name: "EUL",
182+
symbol: "EUL",
183+
decimals: 18,
184+
logoURI:
185+
"https://raw.githubusercontent.com/AngleProtocol/angle-token-list/main/src/assets/tokens/EUL.svg",
186+
meta: {},
187+
},
188+
{
189+
addressInfo: "0xE08e1f00D388E201e48842E53fA96195568e6813",
190+
chainId: 8453,
191+
name: "Reward EUL",
192+
symbol: "rEUL",
193+
decimals: 18,
194+
logoURI:
195+
"https://raw.githubusercontent.com/AngleProtocol/angle-token-list/main/src/assets/tokens/EUL.svg",
196+
meta: {},
197+
},
158198
]

0 commit comments

Comments
 (0)