package solana // Config holds the configuration for Solana authentication. type Config struct { // Add any Solana-specific configuration here // For now, we'll keep it simple }