Skip to content

Commit bbc6664

Browse files
committed
add oo on swell
1 parent 2fe26f0 commit bbc6664

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/swapService/config/swell.ts

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const SUPPORTED_CHAINS: Record<
7272
[Chains.MODE.chainId]: { chainKey: "mode" },
7373
[146]: { chainKey: "sonic" },
7474
[80094]: { chainKey: "berachain" },
75+
[1923]: { chainKey: "swell" },
7576
}
7677

7778
const OPEN_OCEAN_METADATA: QuoteSourceMetadata<OpenOceanSupport> = {

0 commit comments

Comments
 (0)