Skip to content

Lowercase context action in types #21

Lowercase context action in types

Lowercase context action in types #21

Triggered via pull request November 29, 2023 22:23
Status Failure
Total duration 31s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

20 errors
build (18.x): src/heuristics/contractDeployment.ts#L42
Type '"Deployed"' is not assignable to type 'ContextAction'. Did you mean '"deployed"'?
build (18.x): src/heuristics/erc1155Purchase.ts#L143
Type '"Bought"' is not assignable to type 'ContextAction'. Did you mean '"bought"'?
build (18.x): src/heuristics/erc1155Swap.ts#L87
Type '"Swapped"' is not assignable to type 'ContextAction'. Did you mean '"wwapped"'?
build (18.x): src/heuristics/erc20Swap.ts#L80
Type '"Swapped"' is not assignable to type 'ContextAction'. Did you mean '"wwapped"'?
build (18.x): src/heuristics/erc721Purchase.ts#L142
Type '"Bought"' is not assignable to type 'ContextAction'. Did you mean '"bought"'?
build (18.x): src/heuristics/ethTransfer.ts#L52
Type '"Sent"' is not assignable to type 'ContextAction'. Did you mean '"sent"'?
build (18.x): src/heuristics/idm.ts#L48
Type '"Sent message"' is not assignable to type 'ContextAction'. Did you mean '"sent message"'?
build (18.x): src/heuristics/superchainFaucet.ts#L55
Type '"Received"' is not assignable to type 'ContextAction'. Did you mean '"received"'?
build (18.x): src/heuristics/tokenAirdrop.ts#L117
Type '"Received airdrop"' is not assignable to type 'ContextAction'. Did you mean '"received airdrop"'?
build (18.x): src/heuristics/tokenApproval.ts#L75
Type '"Gave access to"' is not assignable to type 'ContextAction'. Did you mean '"gave access to"'?
build (20.x): src/heuristics/contractDeployment.ts#L42
Type '"Deployed"' is not assignable to type 'ContextAction'. Did you mean '"deployed"'?
build (20.x): src/heuristics/erc1155Purchase.ts#L143
Type '"Bought"' is not assignable to type 'ContextAction'. Did you mean '"bought"'?
build (20.x): src/heuristics/erc1155Swap.ts#L87
Type '"Swapped"' is not assignable to type 'ContextAction'. Did you mean '"wwapped"'?
build (20.x): src/heuristics/erc20Swap.ts#L80
Type '"Swapped"' is not assignable to type 'ContextAction'. Did you mean '"wwapped"'?
build (20.x): src/heuristics/erc721Purchase.ts#L142
Type '"Bought"' is not assignable to type 'ContextAction'. Did you mean '"bought"'?
build (20.x): src/heuristics/ethTransfer.ts#L52
Type '"Sent"' is not assignable to type 'ContextAction'. Did you mean '"sent"'?
build (20.x): src/heuristics/idm.ts#L48
Type '"Sent message"' is not assignable to type 'ContextAction'. Did you mean '"sent message"'?
build (20.x): src/heuristics/superchainFaucet.ts#L55
Type '"Received"' is not assignable to type 'ContextAction'. Did you mean '"received"'?
build (20.x): src/heuristics/tokenAirdrop.ts#L117
Type '"Received airdrop"' is not assignable to type 'ContextAction'. Did you mean '"received airdrop"'?
build (20.x): src/heuristics/tokenApproval.ts#L75
Type '"Gave access to"' is not assignable to type 'ContextAction'. Did you mean '"gave access to"'?