chore: Update Aptos LP APRs for Farms #31471
Annotations
11 warnings
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
eslint:
packages/universal-router-sdk/test/trade.test.ts#L51
'wallet' is assigned a value but never used. Allowed unused vars must match /^_/u
|
eslint:
packages/universal-router-sdk/test/trade.test.ts#L62
'PERMIT2' is assigned a value but never used. Allowed unused vars must match /^_/u
|
eslint:
packages/universal-router-sdk/test/trade.test.ts#L1821
'wallet' is assigned a value but never used. Allowed unused vars must match /^_/u
|
eslint:
packages/universal-router-sdk/test/trade.test.ts#L1834
'PERMIT2' is assigned a value but never used. Allowed unused vars must match /^_/u
|
eslint:
apps/web/src/components/Modal/USCitizenConfirmModal.tsx#L35
React Hook useCallback has an unnecessary dependency: 'id'. Either exclude it or remove the dependency array
|
eslint:
apps/web/src/state/limitOrders/hooks.ts#L173
'account' is defined but never used. Allowed unused args must match /^_/u
|
eslint:
apps/web/src/state/limitOrders/hooks.ts#L174
'wrappedCurrencies' is defined but never used. Allowed unused args must match /^_/u
|
eslint:
apps/web/src/state/limitOrders/hooks.ts#L175
'currencies' is defined but never used. Allowed unused args must match /^_/u
|
eslint:
apps/web/src/state/limitOrders/hooks.ts#L176
'currencyBalances' is defined but never used. Allowed unused args must match /^_/u
|
eslint:
apps/web/src/state/limitOrders/hooks.ts#L177
'parsedAmounts' is defined but never used. Allowed unused args must match /^_/u
|