//! Blockchain-specific compression presets
//!
//! This module contains pre-configured compression strategies optimized for different
//! blockchain ecosystems and data types.
// Note: Other blockchain presets (ethereum, bitcoin) would be added here
// when their respective features are enabled