1 2 3 4 5 6
#[path = "../../bin_helpers/multicall_wrapper.rs"] mod multicall; fn main() -> std::process::ExitCode { multicall::exec("gstats") }