Skip to content

Commit

Permalink
Merge branch 'main' into 86bzg91hu
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Aug 2, 2024
2 parents d36b690 + 831031f commit 5bc1566
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions docs/tools/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,16 @@ All the RPC URLs are listed under the [**Networks**](../networks/mainnet/paramet
</ul>
</td>
</tr>
<tr>
<td style={{ maxWidth: "20rem" }}><a class="imageLink" href="https://stakingverse.io/" target="_blank" rel="noopener noreferrer"><img src="/img/tools/stakingverse_logo.jpeg"/></a></td>
<td><a href="https://stakingverse.io/services" target="_blank">Stakingverse</a> brings you cutting-edge staking solutions for the best blockchains, such as LUKSO and Ethereum.</td>
<tr>
<td style={{ maxWidth: "20rem" }}><a class="imageLink" href="https://stakingverse.io/" target="_blank" rel="noopener noreferrer"><img src="/img/tools/stakingverse_logo.png"/></a></td>
<td>
<a href="https://stakingverse.io/" target="_blank">Stakingverse</a> Offers the following staking services for the LUKSO blockchain:
<ul>
<li><a href="https://app.stakingverse.io/" target="_blank" rel="noopener noreferrer">Non-custodial staking pool</a></li>
<li><a href="https://stakingverse.io/services" target="_blank" rel="noopener noreferrer">Set up service for home validators</a></li>
<li><a href="https://stakingverse.io/services" target="_blank" rel="noopener noreferrer">Consultation service for node operators</a></li>
</ul>
</td>
</tr>
<tr>
<td style={{ maxWidth: "20rem" }}><a class="imageLink" href="https://universal.page/vault" target="_blank" rel="noopener noreferrer"><img src="/img/tools/universalpage_logo.png"/></a></td>
Expand Down
4 changes: 2 additions & 2 deletions src/components/DappsGallery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import styles from './DappsGallery.module.scss';
//image imports
import UniversalSwaps from '../../../static/img/universalswaps.png';
import Stakingverse from '../../../static/img/tools/stakingverse_logo.jpeg';
import Stakingverse from '../../../static/img/tools/stakingverse_logo.png';
import UniversalPage from '../../../static/img/tools/universalpage_logo.png';
import Commonground from '../../../static/img/cg.png';
import LSP8 from '../../../static/img/lsp8app.png';
Expand All @@ -19,7 +19,7 @@ const dapps = [
name: 'Stakingverse',
imageUrl: Stakingverse,
link: 'https://stakingverse.io/',
backgroundColor: '#324f6d',
backgroundColor: '#1E1E1E',
},
{
name: 'Commonground',
Expand Down
Binary file removed static/img/tools/stakingverse_logo.jpeg
Binary file not shown.
Binary file added static/img/tools/stakingverse_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bc1566

Please sign in to comment.