Skip to content

Commit 00f6a16

Browse files
committed
Add rpc-external flag to localhost.sh for e2e tests
1 parent ce5fdf1 commit 00f6a16

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

runtime/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
146146
// `spec_version`, and `authoring_version` are the same between Wasm and native.
147147
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
148148
// the compatible custom types.
149-
spec_version: 202,
149+
spec_version: 196,
150150
impl_version: 1,
151151
apis: RUNTIME_API_VERSIONS,
152152
transaction_version: 1,

scripts/localnet.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ alice_start=(
7777
--alice
7878
--port 30334
7979
--rpc-port 9946
80+
--rpc-external
8081
--validator
8182
--rpc-cors=all
8283
--allow-private-ipv4

0 commit comments

Comments
 (0)