Skip to content

Commit e66c107

Browse files
committed
update config
1 parent a04c3e2 commit e66c107

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

src/swapService/config/berachain.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,14 @@ const berachainRoutingConfig: ChainRoutingConfig = [
2828
strategy: StrategyBalmySDK.name(),
2929
config: {
3030
sourcesFilter: {
31-
includeSources: ["oogabooga", "li-fi", "magpie", "open-ocean", "enso"],
31+
includeSources: [
32+
"oogabooga",
33+
"li-fi",
34+
"magpie",
35+
"open-ocean",
36+
"enso",
37+
"pendle",
38+
],
3239
},
3340
},
3441
match: {},

src/swapService/strategies/balmySDK/sources/pendleQuoteSource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export const PENDLE_METADATA: QuoteSourceMetadata<PendleSupport> = {
3434
Chains.BASE.chainId,
3535
Chains.ARBITRUM.chainId,
3636
146,
37+
80094,
3738
],
3839
swapAndTransfer: true,
3940
buyOrders: false,

0 commit comments

Comments
 (0)