Skip to content

Add Monad for Portal (#442) #730

Add Monad for Portal (#442)

Add Monad for Portal (#442) #730

Triggered via push December 5, 2025 14:22
Status Failure
Total duration 47s
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.