Add getMarkets action #86
pull-request.yml
on: pull_request
Verify
/
Lint
16s
Verify
/
Test
32s
Verify
/
Build
34s
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.
|