File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments