We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5e690 commit 588aa3aCopy full SHA for 588aa3a
src/swapService/strategies/balmySDK/sources/odosQuoteSource.ts
@@ -39,6 +39,7 @@ const ODOS_METADATA: QuoteSourceMetadata<OdosSupport> = {
39
Chains.MANTLE.chainId,
40
Chains.SCROLL.chainId,
41
Chains.SONIC.chainId,
42
+ 239, // tac
43
],
44
swapAndTransfer: true,
45
buyOrders: false,
src/swapService/strategies/balmySDK/sources/openOceanQuoteSource.ts
@@ -74,6 +74,7 @@ const SUPPORTED_CHAINS: Record<
74
[80094]: { chainKey: "berachain" },
75
[1923]: { chainKey: "swell" },
76
[130]: { chainKey: "unichain" }, // fix gas price
77
+ [239]: { chainKey: "tac" }, // fix gas price
78
}
79
80
const OPEN_OCEAN_METADATA: QuoteSourceMetadata<OpenOceanSupport> = {
0 commit comments