Skip to content

Commit 588aa3a

Browse files
committed
update quote sources
1 parent 0e5e690 commit 588aa3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const ODOS_METADATA: QuoteSourceMetadata<OdosSupport> = {
3939
Chains.MANTLE.chainId,
4040
Chains.SCROLL.chainId,
4141
Chains.SONIC.chainId,
42+
239, // tac
4243
],
4344
swapAndTransfer: true,
4445
buyOrders: false,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ const SUPPORTED_CHAINS: Record<
7474
[80094]: { chainKey: "berachain" },
7575
[1923]: { chainKey: "swell" },
7676
[130]: { chainKey: "unichain" }, // fix gas price
77+
[239]: { chainKey: "tac" }, // fix gas price
7778
}
7879

7980
const OPEN_OCEAN_METADATA: QuoteSourceMetadata<OpenOceanSupport> = {

0 commit comments

Comments
 (0)