From aa838aeee199cc4d425e6dfc998fd97428e44779 Mon Sep 17 00:00:00 2001 From: danilowhk Date: Wed, 14 Dec 2022 18:38:19 -0300 Subject: [PATCH] chore: add checkpoints in export config mod (#149) * add checkpoints in export config mod * add checkpoints --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 08f7356..f72ef4b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -55,7 +55,7 @@ pub mod client { } pub mod config { - pub use config::{networks, Config}; + pub use config::{checkpoints, networks, Config}; } pub mod types {