Skip to content

Commit 2251551

Browse files
committed
bump version
1 parent bf29ffa commit 2251551

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
220220
// `spec_version`, and `authoring_version` are the same between Wasm and native.
221221
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
222222
// the compatible custom types.
223-
spec_version: 320,
223+
spec_version: 321,
224224
impl_version: 1,
225225
apis: RUNTIME_API_VERSIONS,
226226
transaction_version: 1,
@@ -1187,7 +1187,6 @@ parameter_types! {
11871187
pub const HotkeySwapOnSubnetInterval : BlockNumber = 5 * 24 * 60 * 60 / 12; // 5 days
11881188
pub const LeaseDividendsDistributionInterval: BlockNumber = 100; // 100 blocks
11891189
pub const MaxImmuneUidsPercentage: Percent = Percent::from_percent(80);
1190-
11911190
pub const EvmKeyAssociateRateLimit: u64 = EVM_KEY_ASSOCIATE_RATELIMIT; // 100 blocks
11921191
}
11931192

0 commit comments

Comments
 (0)