We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a667cd2 + f443ada commit 1f41b5eCopy full SHA for 1f41b5e
precompiles/src/lib.rs
@@ -96,7 +96,7 @@ where
96
Self(Default::default())
97
}
98
99
- pub fn used_addresses() -> [H160; 18] {
+ pub fn used_addresses() -> [H160; 19] {
100
[
101
hash(1),
102
hash(2),
runtime/src/lib.rs
@@ -209,7 +209,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
209
// `spec_version`, and `authoring_version` are the same between Wasm and native.
210
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
211
// the compatible custom types.
212
- spec_version: 275,
+ spec_version: 276,
213
impl_version: 1,
214
apis: RUNTIME_API_VERSIONS,
215
transaction_version: 1,
0 commit comments