Skip to content

Fix Mayan volume issues (#417) #683

Fix Mayan volume issues (#417)

Fix Mayan volume issues (#417) #683

Triggered via push October 2, 2025 17:11
Status Failure
Total duration 37s
Artifacts

deploy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
deploy: src/handlers/getBridges.ts#L0
Parameter 'i' implicitly has an 'any' type.
deploy: src/handlers/getBridges.ts#L0
Parameter 'entry' implicitly has an 'any' type.
deploy: src/handlers/getBridge.ts#L0
Parameter 'i' implicitly has an 'any' type.
deploy: src/handlers/getBridge.ts#L0
Parameter 'entry' implicitly has an 'any' type.
deploy: src/adapters/wanbridge/index.ts#L0
'toBlock' is declared but its value is never read.
deploy: src/adapters/wanbridge/index.ts#L0
'fromBlock' is declared but its value is never read.
deploy: src/adapters/squid/utils.ts#L0
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ bsc: string[]; base: string[]; linea: string[]; ethereum: string[]; arbitrum: string[]; optimism: string[]; polygon: string[]; avax: string[]; }'.
deploy: src/adapters/squid/index.ts#L0
Property 'transform' does not exist on type '{ target: string; topic: string; topics: string[]; abi: string[]; logKeys: { blockNumber: string; txHash: string; }; argKeys: { from: string; amount: string; to: string; token: string; }; argGetters: { from: (log: any) => string; amount: (log: any) => any; to: (log: any) => string; token: (log: any) => any; }; isDep...'.
deploy: src/adapters/relay/index.ts#L0
'id' is declared but its value is never read.
deploy: src/adapters/intersoon/index.ts#L0
Untyped function calls may not accept type arguments.