Skip to content

Commit 2ca5cd2

Browse files
committed
update config
1 parent 5ec9e17 commit 2ca5cd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/swapService/config/berachain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const berachainRoutingConfig: ChainRoutingConfig = [
2828
strategy: StrategyBalmySDK.name(),
2929
config: {
3030
sourcesFilter: {
31-
includeSources: ["oogabooga", "li-fi", "magpie", "open-ocean"],
31+
includeSources: ["oogabooga", "li-fi", "magpie", "open-ocean", "enso"],
3232
},
3333
},
3434
match: {},

src/swapService/config/sonic.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const sonicConfig: ChainRoutingConfig = [
3333
"0x",
3434
"magpie",
3535
"pendle",
36+
"enso",
3637
],
3738
},
3839
},

0 commit comments

Comments
 (0)