Skip to content

Commit

Permalink
Update latest mock file
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphamnz committed Dec 11, 2023
1 parent 6e4955b commit 5ecb3ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions pallets/spp/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ impl Config for Runtime {
type Currency = Balances;
type WeightInfo = ();
type MinimumStake = MinimumStake;
type RewardPaymentDelay = RewardPaymentDelay;
type NetworkFee = NetworkFee;
type BlockNumberToBalance = ConvertInto;
type StorageDepositFee = StorageDepositFee;
type MultiCurrency = Currencies;
type PoolAccount = PoolAccountPalletId;
Expand Down Expand Up @@ -274,8 +272,8 @@ impl ExtBuilder {

pub fn ksm_setup_for_alice_and_bob(self) -> Self {
self.balances(vec![
(ALICE, FungibleTokenId::NativeToken(1), 20000), //KSM
(BOB, FungibleTokenId::NativeToken(1), 20000), //KSM
(ALICE, FungibleTokenId::NativeToken(1), 200000000000), //KSM
(BOB, FungibleTokenId::NativeToken(1), 200000000000), //KSM
])
}
}
Expand Down
2 changes: 1 addition & 1 deletion runtime/metaverse/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 96,
spec_version: 98,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down

0 comments on commit 5ecb3ac

Please sign in to comment.