Skip to content

Commit 8b1ce51

Browse files
authored
Merge pull request #902 from opentensor/fix/roman/alice-port-9944-localnet
alice default port from 9946 to 9944
2 parents d5b0703 + 362d0b8 commit 8b1ce51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/localnet.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ alice_start=(
7272
--chain="$FULL_PATH"
7373
--alice
7474
--port 30334
75-
--rpc-port 9946
75+
--rpc-port 9944
7676
--validator
7777
--rpc-cors=all
7878
--allow-private-ipv4

0 commit comments

Comments
 (0)