Skip to content

Commit 4e5c8d8

Browse files
committed
update config
1 parent 9497ae5 commit 4e5c8d8

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

src/swapService/config/mainnet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
100100
"enso",
101101
"pendle",
102102
"okx-dex",
103+
"0x",
103104
],
104105
},
105106
},
@@ -137,6 +138,7 @@ const mainnetRoutingConfig: ChainRoutingConfig = [
137138
"magpie",
138139
"enso",
139140
"pendle",
141+
"0x",
140142
],
141143
},
142144
},

src/swapService/config/unichain.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ const unichainRoutingConfig: ChainRoutingConfig = [
3636
"okx-dex",
3737
"magpie",
3838
"paraswap",
39+
"odos",
40+
"0x",
3941
],
4042
},
4143
},

src/swapService/strategies/balmySDK/sources/0xMatchaQuoteSource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const SUPPORTED_CHAINS = [
2828
Chains.POLYGON,
2929
Chains.SCROLL,
3030
{ chainId: 59144 }, // linea
31+
{ chainId: 130 }, // unichain
3132
]
3233

3334
const ZRX_METADATA: QuoteSourceMetadata<ZRXSupport> = {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const ODOS_METADATA: QuoteSourceMetadata<OdosSupport> = {
4141
Chains.SONIC.chainId,
4242
239, // tac
4343
59144, // linea
44+
130, // unichain
4445
],
4546
swapAndTransfer: true,
4647
buyOrders: false,

0 commit comments

Comments
 (0)