Skip to content

feat: added chains for old SDK for OB #746

feat: added chains for old SDK for OB

feat: added chains for old SDK for OB #746

Triggered via push January 16, 2024 08:30
Status Failure
Total duration 1m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
build-and-publish
1m 19s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build-and-publish: src/Unit/index.ts#L50
Property 'indexer' is missing in type '{ blockchainService: { http: string; }; aggregator: { http: string; ws: string; }; priceFeed: { api: string; }; }' but required in type '{ blockchainService: { http: string; }; aggregator: { http: string; ws: string; }; priceFeed: { api: string; }; indexer: { api: string; }; }'.
build-and-publish: src/Orion/index.ts#L65
Type '{ env: "production" | "staging" | "testing"; chainId: SupportedChainId; api: string; nodeJsonRpc: string; services: { blockchainService: { http: string; }; aggregator: { ...; }; priceFeed: { ...; }; }; }' is not assignable to type 'VerboseUnitConfig'.
build-and-publish: src/Unit/index.ts#L50
Property 'indexer' is missing in type '{ blockchainService: { http: string; }; aggregator: { http: string; ws: string; }; priceFeed: { api: string; }; }' but required in type '{ blockchainService: { http: string; }; aggregator: { http: string; ws: string; }; priceFeed: { api: string; }; indexer: { api: string; }; }'.
build-and-publish: src/Orion/index.ts#L65
Type '{ env: "production" | "staging" | "testing"; chainId: SupportedChainId; api: string; nodeJsonRpc: string; services: { blockchainService: { http: string; }; aggregator: { ...; }; priceFeed: { ...; }; }; }' is not assignable to type 'VerboseUnitConfig'.
build-and-publish: src/crypt/signCancelOrder.ts#L21
Type '{ id: string; senderAddress: string; isPersonalSign: boolean; }' is not assignable to type 'CancelOrderRequest'.
build-and-publish: src/crypt/signOrder.ts#L58
Type '{ senderAddress: string; matcherAddress: string; baseAsset: string; quoteAsset: string; matcherFeeAsset: string; amount: number; price: number; matcherFee: number; nonce: number; expiration: number; buySide: 0 | 1; isPersonalSign: boolean; }' is not assignable to type 'Order'.
build-and-publish: src/services/Aggregator/ws/index.ts#L492
Property 'usdInfo' is missing in type '{ alternatives: { exchanges: string[]; path: string[]; marketAmountOut: number | undefined; marketAmountIn: number | undefined; marketPrice: number; availableAmountIn: number | undefined; availableAmountOut: number | undefined; }[]; ... 14 more ...; poolOptimal: boolean; }' but required in type 'SwapInfoBase'.
build-and-publish: src/crypt/signCancelOrder.ts#L21
Type '{ id: string; senderAddress: string; isPersonalSign: boolean; }' is not assignable to type 'CancelOrderRequest'.
build-and-publish: src/crypt/signOrder.ts#L58
Type '{ senderAddress: string; matcherAddress: string; baseAsset: string; quoteAsset: string; matcherFeeAsset: string; amount: number; price: number; matcherFee: number; nonce: number; expiration: number; buySide: 0 | 1; isPersonalSign: boolean; }' is not assignable to type 'Order'.
build-and-publish: src/services/Aggregator/ws/index.ts#L492
Property 'usdInfo' is missing in type '{ alternatives: { exchanges: string[]; path: string[]; marketAmountOut: number | undefined; marketAmountIn: number | undefined; marketPrice: number; availableAmountIn: number | undefined; availableAmountOut: number | undefined; }[]; ... 14 more ...; poolOptimal: boolean; }' but required in type 'SwapInfoBase'.