Skip to content

Added marketId to non existing pools #1276

Added marketId to non existing pools

Added marketId to non existing pools #1276

GitHub Actions / Trunk Check failed Jan 30, 2024 in 33s

Trunk Check

✖ 3 new blocking issues

Annotations

Check failure on line 319 in src/components/NewPosition/NewPosition.tsx

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/no-floating-promises)

[new] Promises must be handled appropriately or explicitly marked as ignored with the `void` operator.

Check failure on line 22 in src/containers/NewPositionWrapper/NewPositionWrapper.tsx

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/no-unused-vars-experimental)

[new] All imports in import declaration are unused.

Check failure on line 36 in src/containers/NewPositionWrapper/NewPositionWrapper.tsx

See this annotation in the file changed.

@github-actions github-actions / Trunk Check

eslint(@typescript-eslint/no-unused-vars-experimental)

[new] Import 'getMarketProgram' is declared but its value is never read. Allowed unused names must match /^_/.