Skip to main content

eth_prices/provider/
mod.rs

1use alloy::providers::DynProvider;
2
3pub type RpcProvider = DynProvider;