Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Oct 25, 2024
1 parent ff2196d commit b43b6af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subxt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ pub mod ext {
pub use scale_value;
pub use subxt_core;

cfg_jsonrpsee! {
pub use jsonrpsee;
}

cfg_substrate_compat! {
pub use subxt_core::ext::{sp_runtime, sp_core};
}
Expand Down

0 comments on commit b43b6af

Please sign in to comment.