Skip to content

Inspect Block Page #708

Inspect Block Page

Inspect Block Page #708

Triggered via pull request February 17, 2025 14:25
Status Failure
Total duration 1m 47s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint: src/pages/inspect/block/ui/block-summary.tsx#L29
Property 'num_txs' does not exist on type 'BlockSummaryApiResponse'.
Lint: src/pages/inspect/block/ui/block-summary.tsx#L34
Property 'num_swaps' does not exist on type 'BlockSummaryApiResponse'.
Lint: src/pages/inspect/block/ui/block-summary.tsx#L39
Property 'num_swap_claims' does not exist on type 'BlockSummaryApiResponse'.
Lint: src/pages/inspect/block/ui/block-summary.tsx#L44
Property 'num_open_lps' does not exist on type 'BlockSummaryApiResponse'.
Lint: src/pages/inspect/block/ui/block-summary.tsx#L49
Property 'num_closed_lps' does not exist on type 'BlockSummaryApiResponse'.
Lint: src/pages/inspect/block/ui/block-summary.tsx#L54
Property 'num_withdrawn_lps' does not exist on type 'BlockSummaryApiResponse'.
Lint: src/pages/inspect/block/ui/block-summary.tsx#L62
Property 'batch_swaps' does not exist on type 'BlockSummaryApiResponse'.
Lint: src/pages/inspect/block/ui/block-summary.tsx#L62
Parameter 'swap' implicitly has an 'any' type.
Lint: src/pages/inspect/block/ui/index.tsx#L4
'useBlockSummary' is declared but its value is never read.
Lint: src/pages/inspect/block/ui/index.tsx#L11
'params' is possibly 'null'.