Skip to content

Commit

Permalink
add network to frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Oct 22, 2024
1 parent c4b1162 commit 443f91e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/admin-ui/src/pages/stakers/components/StakersRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ const StakersRoot: React.FC = () => {
description:
"The LUKSO Blockchain is a next-gen, Ethereum-based platform designed specifically for the fashion, gaming, design, and social media industries, focusing on creating a new digital lifestyle space. It introduces standards for digital certificates of authenticity and ownership, enabling the development of unique digital identities, assets, and experiences through blockchain technology."
})
},
{
subPath: "ephemery",
title: "Ephemery",
component: () =>
StakerNetwork({
network: Network.Ephemery,
description:
"The Ephemery testnet is a single network that rolls back to the genesis after a set period of time. This kind of network is focused on short term and heavy testing usecases. The purpose of this is also to avoid problems like insufficient testnet funds, inactive validators, state bloat, and similar issues faced by long-running testnets."
})
}
];

Expand Down

0 comments on commit 443f91e

Please sign in to comment.