Skip to content

Commit

Permalink
11405
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el committed Oct 23, 2024
1 parent f952f76 commit 548f993
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions src/kilt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ pub use tx::*;
pub use well_known_did_configuration::*;

#[cfg(feature = "spiritnet")]
#[subxt::subxt(runtime_metadata_path = "./metadata_spiritnet_11401.scale")]
#[subxt::subxt(runtime_metadata_path = "./metadata_spiritnet_11405.scale")]
pub mod runtime {}

#[cfg(feature = "spiritnet")]
pub type RuntimeCall = runtime::runtime_types::spiritnet_runtime::RuntimeCall;

#[cfg(feature = "peregrine")]
#[subxt::subxt(runtime_metadata_path = "./metadata_peregrine_11401.scale")]
#[subxt::subxt(runtime_metadata_path = "./metadata_peregrine_11405.scale")]
pub mod runtime {}

#[cfg(feature = "peregrine")]
Expand Down

0 comments on commit 548f993

Please sign in to comment.