You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ const pipeline = [
136
136
},
137
137
},
138
138
{
139
-
strategy:StrategyBalmySDK.name(),
139
+
strategy:StrategyAggregators.name(),
140
140
config: {
141
141
sourcesFilter: {
142
142
includeSources: ["pendle", "li-fi"],
@@ -145,7 +145,7 @@ const pipeline = [
145
145
match: { isPendlePT:true },
146
146
},
147
147
{
148
-
strategy:StrategyBalmySDK.name(),
148
+
strategy:StrategyAggregators.name(),
149
149
config: {
150
150
sourcesFilter: {
151
151
includeSources: ["1inch", "li-fi"],
@@ -155,7 +155,7 @@ const pipeline = [
155
155
]
156
156
```
157
157
158
-
Additionally there is a script to generate auxiliary config files, executed by `pnpm run generate-config`. Currently it fetches the list of supported [Pendle aggregators](./src/swapService/strategies/balmySDK/sources/pendle/pendleAggregators.json) for all chains
158
+
Additionally there is a script to generate auxiliary config files, executed by `pnpm run generate-config`. Currently it fetches the list of supported [Pendle aggregators](./src/swapService/strategies/aggregators/sources/pendle/pendleAggregators.json) for all chains
159
159
160
160
## Tokenlists
161
161
The router relies on tokenlists for all swapped tokens. They can be fetched from `TOKENLIST_URL` or read from JSON files in `tokenLists` folder if the configuration is missing. Note the files are not updated currently. Please reach out on [Euler discord](https://discord.com/invite/pTTnr7b4mT) if you need access to the tokenlist endpoint.
0 commit comments