Skip to content

Commit

Permalink
fix: [lw-12131] resolve circular deps in cardano package (#1654)
Browse files Browse the repository at this point in the history
Co-authored-by: wklos-iohk <[email protected]>
  • Loading branch information
vetalcore and wklos-iohk authored Jan 20, 2025
1 parent 3d3b5a2 commit 89c58f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cardano/src/wallet/lib/providers.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/no-explicit-any */
/* eslint-disable no-new, complexity, sonarjs/cognitive-complexity */
import { BlockfrostInputResolver, WalletProvidersDependencies } from '@src/wallet';
import { AxiosAdapter } from 'axios';
import { Logger } from 'ts-log';
import {
Expand Down Expand Up @@ -42,6 +41,8 @@ import {
import { RemoteApiProperties, RemoteApiPropertyType } from '@cardano-sdk/web-extension';
import { BlockfrostAddressDiscovery } from '@wallet/lib/blockfrost-address-discovery';
import { DEFAULT_LOOK_AHEAD_SEARCH, HDSequentialDiscovery } from '@cardano-sdk/wallet';
import { WalletProvidersDependencies } from './cardano-wallet';
import { BlockfrostInputResolver } from './blockfrost-input-resolver';

const createTxSubmitProvider = (
httpProviderConfig: CreateHttpProviderConfig<Provider>,
Expand Down

0 comments on commit 89c58f1

Please sign in to comment.