Skip to content

Commit

Permalink
fix(scripts): Use passed node address
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov authored and ivivanov committed Apr 23, 2024
1 parent 4d91582 commit fcc162c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init-local-network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ done
__config_client() {
run_cmd "$USER_DIR" config chain-id "$CHAIN_ID"
run_cmd "$USER_DIR" config keyring-backend "test"
run_cmd "$USER_DIR" config node "tcp://localhost:$(first_node_rpc_port)"
run_cmd "$USER_DIR" config node "tcp://${NOLUS_NETWORK_ADDR}:$(first_node_rpc_port)"
}

verify_dir_exist "$WASM_SCRIPT_PATH" "WASM sripts path"
Expand Down

0 comments on commit fcc162c

Please sign in to comment.