Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
set LOCAL_ASSET_ID to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardoaraujor committed Oct 7, 2022
1 parent 410acf8 commit f3179b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/src/chain_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ pub fn local_testnet_config() -> ChainSpec {
)
}

pub const LOCAL_ASSET_ID: u32 = 999;
pub const LOCAL_ASSET_ID: u32 = 10;

/// Configure initial storage state for FRAME modules.
fn testnet_genesis(
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-registry/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use xcm::opaque::latest::{
Junctions, MultiLocation,
};

pub const LOCAL_ASSET_ID: u32 = 999;
pub const LOCAL_ASSET_ID: u32 = 10;

benchmarks! {
where_clause {
Expand Down
2 changes: 1 addition & 1 deletion pallets/asset-registry/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl pallet_assets::Config for Test {
type Extra = ();
}

pub const LOCAL_ASSET_ID: u32 = 999;
pub const LOCAL_ASSET_ID: u32 = 10;

// Build genesis storage according to the mock runtime.
pub fn new_test_ext() -> sp_io::TestExternalities {
Expand Down

0 comments on commit f3179b7

Please sign in to comment.