We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34ae67f commit 3acb0c3Copy full SHA for 3acb0c3
packages/core-mobile/app/new/features/ledger/utils/index.ts
@@ -3,8 +3,8 @@ import { ChainId, Network, NetworkVMType } from '@avalabs/core-chains-sdk'
3
import { LedgerAppType, LedgerDerivationPathType } from 'services/ledger/types'
4
import { OnDelegationProgress } from 'contexts/DelegationContext'
5
import { z } from 'zod'
6
-import { ledgerParamsStore, StakingProgressParams } from '../store'
7
import Logger from 'utils/Logger'
+import { ledgerParamsStore, StakingProgressParams } from '../store'
8
9
export const showLedgerReviewTransaction = ({
10
network,
0 commit comments