Skip to content

Commit

Permalink
Update supported plots
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Feb 1, 2024
1 parent ea4c398 commit 02c5493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/app/info/info.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h4>
<div>
<ul>
<li *ngIf="supportsCompressedPlots" style="list-style: none">
<fa-icon [icon]="faCheck" class="color-green"></fa-icon> Compressed Bladebit and Gigahorse plots are supported
<fa-icon [icon]="faCheck" class="color-green"></fa-icon> Compressed Bladebit, Gigahorse and DrPlotter plots are supported
</li>
<li style="list-style: none">
<fa-icon [icon]="faCheck" class="color-green"></fa-icon> Light farmers available:
Expand Down
6 changes: 1 addition & 5 deletions src/app/info/info.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,11 @@ export class InfoComponent implements OnInit, OnDestroy {
public get availableLightFarmersHtml(): string {
const lightFarmers = [{
name: 'Foxy-Farmer',
supports: 'OG & NFT uncompressed and Bladebit compressed plots',
supports: 'OG & NFT uncompressed, Bladebit compressed and Gigahorse compressed plots',
link: 'https://docs.foxypool.io/proof-of-spacetime/foxy-farmer/',
}]
if (this.poolsProvider.pool.type === PoolType.nft) {
lightFarmers.push({
name: 'Foxy-GH-Farmer',
supports: 'NFT uncompressed, Bladebit compressed and Gigahorse compressed plots',
link: 'https://docs.foxypool.io/proof-of-spacetime/foxy-gh-farmer/',
}, {
name: 'Fast Farmer',
supports: 'NFT uncompressed and Bladebit compressed plots',
link: 'https://docs.foxypool.io/proof-of-spacetime/fast-farmer/',
Expand Down

0 comments on commit 02c5493

Please sign in to comment.