Skip to content

add rabbitMq, executeSellDecision #82

add rabbitMq, executeSellDecision

add rabbitMq, executeSellDecision #82

Triggered via push November 21, 2024 23:32
Status Failure
Total duration 1m 53s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
check
Property 'balance' is missing in type '{ tokenAddress: string; priceChange24h: number; volumeChange24h: number; trade_24h_change: number; liquidity: number; liquidityChange24h: number; holderChange24h: number; rugPull: false; ... 6 more ...; lastUpdated: Date; }' but required in type 'TokenPerformance'.
check
Type 'number | { usd: number; base: number; quote: number; }' is not assignable to type 'number'.
check
Argument of type '{ tokenAddress: string; type: string; transactionHash: string; amount: number; price: number; isSimulation: boolean; timestamp: string; }' is not assignable to parameter of type 'Transaction'.
check
Property 'getTokenBalance' does not exist on type 'TrustScoreDatabase'.
check
Argument of type '{ tokenAddress: string; type: string; transactionHash: string; amount: number; price: number; isSimulation: boolean; timestamp: string; }' is not assignable to parameter of type 'Transaction'.
check
Process completed with exit code 1.