Skip to content

Commit

Permalink
bump up pioneer version and tx fees
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphamnz committed Sep 12, 2022
1 parent 688a3c4 commit 4b69088
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime/pioneer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("pioneer-runtime"),
impl_name: create_runtime_str!("pioneer-runtime"),
authoring_version: 1,
spec_version: 8,
spec_version: 10,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down Expand Up @@ -284,7 +284,7 @@ impl Contains<Call> for NormalCallFilter {
// Not allow stopped tx
return false;
}
false
true
}
}

Expand Down Expand Up @@ -460,7 +460,7 @@ impl OnUnbalanced<NegativeImbalance> for DealWithFees {

parameter_types! {
/// Relay Chain `TransactionByteFee` / 10
pub const TransactionByteFee: Balance = 10 * MILLICENTS;
pub const TransactionByteFee: Balance = 100 * MILLICENTS;
pub const OperationalFeeMultiplier: u8 = 5;
}

Expand Down

0 comments on commit 4b69088

Please sign in to comment.