export interface DEX { connection_id: string; transfer_channel: string; local_endpoint: string; remote_endpoint: string; }