Skip to content

Commit

Permalink
Add gigahorse support to fast farmer description
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Mar 4, 2024
1 parent b9a5910 commit 8a6a431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/info/info.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class InfoComponent implements OnInit, OnDestroy {
if (this.poolsProvider.pool.type === PoolType.nft) {
lightFarmers.push({
name: 'Fast Farmer',
supports: 'NFT uncompressed and Bladebit compressed plots',
supports: 'NFT uncompressed, Bladebit and Gigahorse compressed plots',
link: 'https://docs.foxypool.io/proof-of-spacetime/fast-farmer/',
})
}
Expand Down

0 comments on commit 8a6a431

Please sign in to comment.