📄 mini-repro2.tmp.ts
D-OPEN SOVEREIGN
1import { privateKeyToAccount } from 'viem/accounts';
2import { createWalletClient, createPublicClient, defineChain, custom, http, hexToString, stringToHex, formatEther, parseEther } from 'viem';
3console.log(privateKeyToAccount, createWalletClient, createPublicClient, defineChain, custom, http, hexToString, stringToHex, formatEther, parseEther);
4