We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 290dd92 + 32a693f commit 70f4c63Copy full SHA for 70f4c63
runtime/src/lib.rs
@@ -160,7 +160,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
160
// `spec_version`, and `authoring_version` are the same between Wasm and native.
161
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
162
// the compatible custom types.
163
- spec_version: 203,
+ spec_version: 205,
164
impl_version: 1,
165
apis: RUNTIME_API_VERSIONS,
166
transaction_version: 1,
scripts/localnet.sh
@@ -76,7 +76,7 @@ alice_start=(
76
--chain="$FULL_PATH"
77
--alice
78
--port 30334
79
- --rpc-port 9946
+ --rpc-port 9944
80
--validator
81
--rpc-cors=all
82
--allow-private-ipv4
0 commit comments