Skip to content

Commit dbff288

Browse files
author
AxeAfk
committed
feat:change route source
1 parent 1ac1ea4 commit dbff288

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/dodoex-widgets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dodoex/widgets",
3-
"version": "3.0.2-zetachain.124",
3+
"version": "3.0.2-zetachain.125",
44
"description": "DODO Widgets",
55
"source": "src/index.tsx",
66
"types": "dist/types/index.d.ts",

packages/dodoex-widgets/src/hooks/Swap/useFetchRoutePrice.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export function useFetchRoutePrice({
200200
deadLine: apiDdl,
201201
// apikey,
202202
slippage,
203-
source: disableIndirectRouting ? 'noMaxHops' : 'dodoMix',
203+
source: disableIndirectRouting ? 'noMaxHops' : 'zuno',
204204
toTokenAddress: toToken.address,
205205
fromTokenAddress: fromToken.address,
206206
userAddr: account || getFallbackAddress(fromToken.chainId),

0 commit comments

Comments
 (0)