Skip to content

Commit

Permalink
Add DR reference to info
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Mar 14, 2024
1 parent 35e8fd1 commit aed3984
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/app/info/info.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ <h4>
<li>
{{snippetService.getSnippet('info-component.pool-info.block-split-info')}}
</li>
<li>
Supports solo farming with DR 100-0
</li>
<li>
{{snippetService.getSnippet('info-component.pool-info.pplns-info', historicalTimeInHours)}}
</li>
Expand Down
3 changes: 1 addition & 2 deletions src/snippets/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ export default {
'info-component.contact.join-discord': 'Join our <a href="https://discord.gg/foxypool" target="_blank">Discord</a>',
'info-component.contact.title': 'Contact',
'info-component.pool-info.distribution-delay-info': 'Block reward distribution is delayed by {1} blocks',
'info-component.pool-info.block-split-info': 'Block reward split: 1/8 to the block finder (farmer reward), 7/8 to the pool members (pool reward)',
'info-component.pool-info.dr-info': 'Pool with support for any DR, default DR: {1}',
'info-component.pool-info.block-split-info': 'Block reward split: 1/8 to the block finder (farmer reward), 7/8 to the pool members (pool reward) with configurable DR',
'info-component.pool-info.payout.fee-info': '{1}% fee, free automatic payouts',
'info-component.pool-info.payout.interval-info': 'Payouts happen once per day at 12:00 UTC',
'info-component.pool-info.payout.minimum-info': 'Minimum amount for payouts is {1} {2}, every Sunday the minimum amount is ignored unless a custom minimum payout is set',
Expand Down

0 comments on commit aed3984

Please sign in to comment.