Skip to content

Commit

Permalink
only using soroswap
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinsoza committed Jun 21, 2024
1 parent 9e944c3 commit 92e057f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/functions/generateRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ export const useRouterSDK = () => {
protocol: Protocols.SOROSWAP,
fn: async () => fetchAllSoroswapPairs(network),
},
{
protocol: Protocols.PHOENIX,
fn: async () => fetchAllPhoenixPairs(network),
},
// {
// protocol: Protocols.PHOENIX,
// fn: async () => fetchAllPhoenixPairs(network),
// },
]
: undefined,
pairsCacheInSeconds: 60,
protocols: [Protocols.SOROSWAP, Protocols.PHOENIX],
protocols: [Protocols.SOROSWAP], //, Protocols.PHOENIX],
network,
maxHops,
});
Expand Down

0 comments on commit 92e057f

Please sign in to comment.