export { createPublicClient, createWalletClient, encodeFunctionData, getAddress, http, formatEther, formatUnits, erc20Abi, } from 'viem'; export { generatePrivateKey, privateKeyToAccount } from 'viem/accounts'; export { base, baseSepolia } from 'viem/chains'; export type Hex = `0x${string}`; //# sourceMappingURL=viem.d.ts.map