Skip to content

Commit

Permalink
Include drplotter support for ff
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Feb 16, 2024
1 parent f6a1ba9 commit daec13a
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 @@ -32,7 +32,7 @@ export class InfoComponent implements OnInit, OnDestroy {
public get availableLightFarmersHtml(): string {
const lightFarmers = [{
name: 'Foxy-Farmer',
supports: 'OG & NFT uncompressed, Bladebit compressed and Gigahorse compressed plots',
supports: 'OG & NFT uncompressed, Bladebit, Gigahorse and DrPlotter compressed plots',
link: 'https://docs.foxypool.io/proof-of-spacetime/foxy-farmer/',
}]
if (this.poolsProvider.pool.type === PoolType.nft) {
Expand Down

0 comments on commit daec13a

Please sign in to comment.