Skip to content

Commit

Permalink
feat: update aggregator api stg
Browse files Browse the repository at this point in the history
  • Loading branch information
hanguyenk committed Oct 4, 2023
1 parent 69384a0 commit 7977e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/useKyberSwapConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const parseGlobalResponse = (
return {
chainStates: data?.chainStates || ({} as ChainStateMap),
aggregatorDomain,
aggregatorAPI: `${aggregatorDomain}/${NETWORKS_INFO[chainId].aggregatorRoute}/route/encode`,
aggregatorAPI: 'https://aggregator-api.stg.kyberengineering.io',
isEnableAuthenAggregator,
}
}
Expand Down

0 comments on commit 7977e18

Please sign in to comment.