chore: add checkpoints in export config mod (#149)

* add checkpoints in export config mod

* add checkpoints
This commit is contained in:
danilowhk 2022-12-14 18:38:19 -03:00 committed by GitHub
parent af2a12dd57
commit aa838aeee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ pub mod client {
}
pub mod config {
pub use config::{networks, Config};
pub use config::{checkpoints, networks, Config};
}
pub mod types {