Skip to content

Add getMarkets action #86

Add getMarkets action

Add getMarkets action #86

Triggered via pull request September 17, 2024 09:57
@eborralloeborrallo
synchronize #137
getMarkets
Status Failure
Total duration 1m 9s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 errors
src/actions/market.test.ts > market > should fetch all the markets: src/actions/market.ts#L68
ReferenceError: readContract is not defined ❯ Module.getMarkets src/actions/market.ts:68:5 ❯ src/actions/market.test.ts:10:27
src/actions/market.test.ts > market > should fetch all the markets: src/actions/market.ts#L68
ReferenceError: readContract is not defined ❯ Module.getMarkets src/actions/market.ts:68:5 ❯ src/actions/market.test.ts:10:27
src/actions/market.test.ts > market > should fetch all the markets: src/actions/market.ts#L68
ReferenceError: readContract is not defined ❯ Module.getMarkets src/actions/market.ts:68:5 ❯ src/actions/market.test.ts:10:27
src/actions/market.test.ts > market > should fetch all the markets: src/actions/market.ts#L68
ReferenceError: readContract is not defined ❯ Module.getMarkets src/actions/market.ts:68:5 ❯ src/actions/market.test.ts:10:27
Verify / Test
Process completed with exit code 1.
Verify / Build: src/actions/market.ts#L3
'decodeFunctionResult' is declared but its value is never read.
Verify / Build: src/actions/market.ts#L4
'encodeFunctionData' is declared but its value is never read.
Verify / Build: src/actions/market.ts#L7
'call' is declared but its value is never read.
Verify / Build: src/actions/market.ts#L11
Cannot find module '~mgv/types/actions/index.js' or its corresponding type declarations.
Verify / Build: src/actions/market.ts#L12
Cannot find module '~mgv/utils/getAction.js' or its corresponding type declarations.
Verify / Build: src/actions/market.ts#L68
Cannot find name 'readContract'.
Verify / Build
Process completed with exit code 2.