Skip to content

Commit

Permalink
Add rpc-external flag to localhost.sh for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Sep 24, 2024
1 parent ce5fdf1 commit 00f6a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// `spec_version`, and `authoring_version` are the same between Wasm and native.
// This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
// the compatible custom types.
spec_version: 202,
spec_version: 196,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
1 change: 1 addition & 0 deletions scripts/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ alice_start=(
--alice
--port 30334
--rpc-port 9946
--rpc-external
--validator
--rpc-cors=all
--allow-private-ipv4
Expand Down

0 comments on commit 00f6a16

Please sign in to comment.