Skip to content

feat: consume unchained-client tx history in Osmosis swapper #14106

feat: consume unchained-client tx history in Osmosis swapper

feat: consume unchained-client tx history in Osmosis swapper #14106

Triggered via pull request August 19, 2023 17:26
Status Failure
Total duration 4m 20s
Artifacts

bootstrap.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Call / Static: src/lib/swapper/swappers/OsmosisSwapper/endpoints.ts#L214
Argument of type '{ initiatingChainTxid: string; initiatingChainAccountId: AccountId; getState: () => CombinedState<{ assetApi: CombinedState<{ getAssets: QueryDefinition<void, BaseQueryFn<void, unique symbol, unknown, {}, {}>, never, AssetsState, "assetApi">; getAssetDescription: QueryDefinition<...>; }, never, "assetApi">; ... 22 m...' is not assignable to parameter of type '{ initiatingChainAccountId: AccountId; initiatingChainTxid: string; }'.
Call / Static: src/lib/swapper/swappers/OsmosisSwapper/endpoints.ts#L236
Argument of type '{ txid: string; getState: () => CombinedState<{ assetApi: CombinedState<{ getAssets: QueryDefinition<void, BaseQueryFn<void, unique symbol, unknown, {}, {}>, never, AssetsState, "assetApi">; getAssetDescription: QueryDefinition<...>; }, never, "assetApi">; ... 22 more ...; tradeQuoteSlice: TradeQuoteSliceState; }>; }' is not assignable to parameter of type '{ txid: string; }'.
Call / Static
Process completed with exit code 2.