Skip to content

Commit 70f4c63

Browse files
authored
Merge pull request #904 from opentensor/fix/roman/alice-port-for-localnetsh-devnet-ready
alice default port from 9946 to 9944 (for devnet-ready)
2 parents 290dd92 + 32a693f commit 70f4c63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
160160
// `spec_version`, and `authoring_version` are the same between Wasm and native.
161161
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
162162
// the compatible custom types.
163-
spec_version: 203,
163+
spec_version: 205,
164164
impl_version: 1,
165165
apis: RUNTIME_API_VERSIONS,
166166
transaction_version: 1,

scripts/localnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ alice_start=(
7676
--chain="$FULL_PATH"
7777
--alice
7878
--port 30334
79-
--rpc-port 9946
79+
--rpc-port 9944
8080
--validator
8181
--rpc-cors=all
8282
--allow-private-ipv4

0 commit comments

Comments
 (0)