Skip to content

Commit

Permalink
Merge pull request #902 from opentensor/fix/roman/alice-port-9944-loc…
Browse files Browse the repository at this point in the history
…alnet

alice default port from 9946 to 9944
  • Loading branch information
unconst authored Oct 31, 2024
2 parents d5b0703 + 362d0b8 commit 8b1ce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/localnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ alice_start=(
--chain="$FULL_PATH"
--alice
--port 30334
--rpc-port 9946
--rpc-port 9944
--validator
--rpc-cors=all
--allow-private-ipv4
Expand Down

0 comments on commit 8b1ce51

Please sign in to comment.