Retrieve permanent route details
align.crossChain.getPermanentRoute(routeId: string): Promise<PermanentRouteAddress>
const route = await align.crossChain.getPermanentRoute("route_123..."); console.log(`Deposit Address: ${route.deposit_address}`); console.log(`Route: ${route.source_network} → ${route.destination_network}`);