Skip to content

Commit

Permalink
style: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Grégor Sternat committed Sep 18, 2024
1 parent d947bd0 commit b819513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/wallet.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { HDKey } from '@scure/bip32'
import { mnemonicToSeedSync } from '@scure/bip39'
import { createWalletClient, http, type WalletClient } from 'viem'
import { privateKeyToAccount, generateMnemonic, english, mnemonicToAccount } from 'viem/accounts'
import { privateKeyToAccount, generateMnemonic, english } from 'viem/accounts'
import { mainnet } from 'viem/chains'

function uint8ToHexString(uint8Array: Uint8Array | null): `0x${string}` {
Expand Down

0 comments on commit b819513

Please sign in to comment.