Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
nhd98z committed Jun 7, 2023
1 parent 440bf16 commit 758b9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SwapForm/hooks/useGetRoute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const useGetRoute = (args: ArgsGetRoute) => {
}
})

const url = `${aggregatorDomain}/${NETWORKS_INFO[chainId].aggregatorRoute}/api/v1/routes`
const url = `https://aggregator-api.stg.kyberengineering.io/${NETWORKS_INFO[chainId].aggregatorRoute}/api/v1/routes`

triggerDebounced({
url,
Expand Down

0 comments on commit 758b9a2

Please sign in to comment.