diff --git a/src/pages/AccountPage.tsx b/src/pages/AccountPage.tsx index d38757b4c..3db100104 100644 --- a/src/pages/AccountPage.tsx +++ b/src/pages/AccountPage.tsx @@ -1904,7 +1904,7 @@ function MobileAccount(props: any) { newCross ? 'cross' : 'normal' ); } - // seleced tab + // selected tab setActiveTab('near'); if (newCross && mapOver) { setActiveTab('aurora'); diff --git a/src/services/parallelSwapLogic.ts b/src/services/parallelSwapLogic.ts index 2efa429b1..9ac0b0d8c 100644 --- a/src/services/parallelSwapLogic.ts +++ b/src/services/parallelSwapLogic.ts @@ -43,7 +43,7 @@ export function formatPoolNew( /** solveForMuFloat * This function takes the set of token pools, the total input of inputToken, and the names of inputToken and outputToken and - * solves for the Lagrange Multiplier "mu". Note that mu must be allowed to be aritrary precision floating point number. Mu will + * solves for the Lagrange Multiplier "mu". Note that mu must be allowed to be arbitrary precision floating point number. Mu will * be used in subsequent function calls to determine the best allocations of intputToken to be made per pool. * For more detailed math on how this function was derived, please see the white paper: * https://github.com/giddyphysicist/ParallelSwapForRefFinance/blob/main/ParallelSwapWhitePaper.pdf diff --git a/src/services/smartRouteLogic.js b/src/services/smartRouteLogic.js index 22f6d11aa..59e645445 100644 --- a/src/services/smartRouteLogic.js +++ b/src/services/smartRouteLogic.js @@ -2348,7 +2348,7 @@ function getGraphFromPoolList(poolList) { //TODO -- need the right API / hooks for GETSTABLESWAPACTION function and GETPARALLELSWAPACTIONS functions. -//TODO -- transform the actions generated in this function into tranaction to execute. +//TODO -- transform the actions generated in this function into transaction to execute. //TRYING: GETSTABLESWAPACTION <==> instantSwapGetTransactions diff --git a/src/services/swapV3.ts b/src/services/swapV3.ts index c336f7dfd..c05062f54 100644 --- a/src/services/swapV3.ts +++ b/src/services/swapV3.ts @@ -83,7 +83,7 @@ export interface UserOrderInfo { swap_earn_amount: string; buy_token: string; unclaimed_amount: string; // claim will push it to inner account - bought_amount: string; // accumalated amount into inner account + bought_amount: string; // accumulated amount into inner account } export const quote = async ({ pool_ids,