Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lantern Finance to list of staking services #2774

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions templates/stakingServices.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,20 @@ <h1 class="h2 mb-4 font-weight-bold text-primary text-center">Staking Services</
<i class="fab fa-discord ml-1 mr-1"></i><a href="https://twitter.com/Kiln_finance" target="_blank"><i class="fab fa-twitter ml-1 mr-1"></i></a><i class="fab fa-telegram ml-1 mr-1"></i><a href="[email protected]" target="_blank"><i class="fa fa-mail-bulk ml-1 mr-1"></i></a>
</td>
</tr>
<tr>
<td data-column="Service"><a href="https://www.lantern.finance/">Lantern Finance</a></td>
<td data-column="No Supermajority client" style="text-align: center;">❌</td>
<td data-column="Validator key owner">Service</td>
<td data-column="Withdrawal key owner">Service</td>
<td data-column="Pool token">No</td>
<td data-column="3rd Party Software">No</td>
<td data-column="Min. Stake">Any Amount</td>
<td data-column="Fee">15% of rewards</td>
<td data-column="Open Source"><a href="https://github.com/lanternfi">No</a></td>
<td data-column="Social">
<i class="fab fa-discord ml-1 mr-1"></i><a href="https://twitter.com/LanternFi" target="_blank"><i class="fab fa-twitter ml-1 mr-1"></i></a><i class="fab fa-telegram ml-1 mr-1"></i><a href="[email protected]" target="_blank"><i class="fa fa-mail-bulk ml-1 mr-1"></i></a>
</td>
</tr>
<tr>
<td data-column="Service"><a href="https://www.launchnodes.com/">Launchnodes</a></td>
<td data-column="No Supermajority client" style="text-align: center;">❌</td>
Expand Down