Skip to content

Commit c561475

Browse files
committed
update bera config
1 parent 27c4421 commit c561475

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/swapService/config/bera.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const beraRoutingConfig: ChainRoutingConfig = [
1515
strategy: StrategyBalmySDK.name(),
1616
config: {
1717
sourcesFilter: {
18-
includeSources: ["oogabooga"],
18+
includeSources: ["oogabooga", "li-fi", "magpie", "open-ocean"],
1919
},
2020
},
2121
match: {},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const LI_FI_METADATA: QuoteSourceMetadata<LiFiSupport> = {
4747
Chains.SCROLL.chainId,
4848
Chains.BLAST.chainId,
4949
Chains.MANTLE.chainId,
50+
80094, // berachain
5051
],
5152
swapAndTransfer: true,
5253
buyOrders: true,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const SUPPORTED_CHAINS: Record<ChainId, string> = {
3535
[Chains.METIS_ANDROMEDA.chainId]: "metis",
3636
[Chains.FANTOM.chainId]: "fantom",
3737
[Chains.SONIC.chainId]: "sonic",
38+
80094: "berachain",
3839
}
3940

4041
const MAGPIE_METADATA: QuoteSourceMetadata<MagpieSupport> = {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const SUPPORTED_CHAINS: Record<
7171
[Chains.ROOTSTOCK.chainId]: { chainKey: "rootstock" },
7272
[Chains.MODE.chainId]: { chainKey: "mode" },
7373
[146]: { chainKey: "sonic" },
74+
[80094]: { chainKey: "berachain" },
7475
}
7576

7677
const OPEN_OCEAN_METADATA: QuoteSourceMetadata<OpenOceanSupport> = {

0 commit comments

Comments
 (0)