export interface SerializableFutureWallet { contractAddress: string; privateKey: string; gasPrice: string; ensName: string; gasToken: string; }