Skip to content

Commit

Permalink
fix(storagext): metadata mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Jul 23, 2024
1 parent 22e4a43 commit 7c325b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified cli/artifacts/metadata.scale
Binary file not shown.
2 changes: 1 addition & 1 deletion cli/polka-storage/storagext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub use crate::runtime::runtime_types::pallet_market::{
pub type Currency = u128;

/// BlockNumber as specified by the SCALE-encoded runtime.
pub type BlockNumber = u32;
pub type BlockNumber = u64;

/// Parachain configuration for subxt.
pub enum PolkaStorageConfig {}
Expand Down

0 comments on commit 7c325b3

Please sign in to comment.