We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e77c352 commit b12285bCopy full SHA for b12285b
packages/signer-ledger-cosmos/src/signer.ts
@@ -1,5 +1,6 @@
1
import { nopLogger } from '@chorus-one/utils'
2
-import type { Logger, sortObjectByKeys } from '@chorus-one/utils'
+import type { Logger } from '@chorus-one/utils'
3
+import { sortObjectByKeys } from '@chorus-one/utils'
4
import type { LedgerCosmosSignerConfig } from './types'
5
import type { Signature, SignerData } from '@chorus-one/signer'
6
import { secp256k1 } from '@noble/curves/secp256k1'
0 commit comments