export interface ChangeWalletEvent { sessionId: string; requestId: string; network: string; walletName: string; walletType: string; oldWalletAddress: string; }