Skip to content

Commit

Permalink
chore: update metadata (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ad96el authored Apr 23, 2024
1 parent 5d456e3 commit 63f406f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file removed metadata_spiritnet_11110.scale
Binary file not shown.
Binary file added metadata_spiritnet_11300.scale
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_11110.scale")]
#[subxt::subxt(runtime_metadata_path = "./metadata_spiritnet_11300.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_11210.scale")]
#[subxt::subxt(runtime_metadata_path = "./metadata_peregrine_11300.scale")]
pub mod runtime {}

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

0 comments on commit 63f406f

Please sign in to comment.