export type AnvilAccount = { name: string; address: `0x${string}`; privateKey: `0x${string}`; };