Skip to content

Commit

Permalink
Update gigahorse to 2.2.1.giga33
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Mar 26, 2024
1 parent 761f5d3 commit 855fb89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

### Changed

- Update `gigahorse` to 2.2.1.giga33.

## [1.22.3] - 2024-03-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion foxy_farmer/binary_manager/gigahorse_binary_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def _product_name(self) -> str:

@property
def _binary_release(self) -> str:
return "2.1.4.giga32"
return "2.2.1.giga33"

@property
def _release_download_url(self) -> str:
Expand Down
2 changes: 1 addition & 1 deletion foxy_farmer/config/foxy_farming_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

eu1_foxy_gigahorse_farming_gateway_address = "eu1.gh-farming-gateway.chia.foxypool.io"
eu3_foxy_gigahorse_farming_gateway_address = "eu3.gh-farming-gateway.chia.foxypool.io"
foxy_gigahorse_farming_gateway_port = 38445
foxy_gigahorse_farming_gateway_port = 48445

0 comments on commit 855fb89

Please sign in to comment.