Skip to content

Commit

Permalink
Update referee
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Nov 27, 2024
1 parent 5e92539 commit e8693a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
TF_VAR_hydra_scripts_tx_id: 03f8deb122fbbd98af8eb58ef56feda37728ec957d39586b78198a0cf624412a
TF_VAR_admin_addr: addr_test1vpgcjapuwl7gfnzhzg6svtj0ph3gxu8kyuadudmf0kzsksqrfugfc
TF_VAR_frontend_image: ghcr.io/cardano-scaling/hydra-doom-frontend:sha-e59c875
TF_VAR_referee_image: ghcr.io/cardano-scaling/hydra-doom-referee:sha-97f766f # latest?
TF_VAR_referee_image: ghcr.io/cardano-scaling/hydra-doom-referee:sha-b682d41 # latest?
TF_VAR_ai_image: ghcr.io/cardano-scaling/hydra-doom-ai:sha-e59c875 # latest?
TF_VAR_autoscaler_high_watermark: ${{ matrix.autoscaler_high_watermark }}
TF_VAR_autoscaler_low_watermark: ${{ matrix.autoscaler_low_watermark }}
Expand Down
2 changes: 1 addition & 1 deletion crates/rpc/src/routes/new_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub async fn new_game(
let url = format!(
"{local_url}/game/new_game?address={address}&player_count={}&bot_count={}",
player_count.unwrap_or(1),
bot_count.unwrap_or(3)
bot_count.unwrap_or(2)
);

let response = reqwest::get(url)
Expand Down

0 comments on commit e8693a7

Please sign in to comment.