Skip to content

Commit

Permalink
Merge pull request #235 from threshold-network/update-providers-list
Browse files Browse the repository at this point in the history
Update the staking providers list
  • Loading branch information
michalsmiarowski authored Oct 3, 2022
2 parents ad3db03 + 3da2fb1 commit 318428f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
31 changes: 12 additions & 19 deletions src/components/StakingProvidersList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { ExternalHref } from "../../enums"
import DetailedLinkListItem from "../DetailedLinkListItem"
import StakedLogo from "../../static/images/stakingProviders/StakedLogo.png"
import BisonTrailsLogo from "../../static/images/stakingProviders/BisonTrailsLogo.png"
import BlockDaemonLogo from "../../static/images/stakingProviders/BlockDaemonLogo.png"
import BoarLogo from "../../static/images/stakingProviders/BoarLogo.png"
import FigmentLogo from "../../static/images/stakingProviders/FigmentLogo.png"
import LowFeeValidationLogo from "../../static/images/stakingProviders/LowFeeValidationLogo.png"
Expand All @@ -30,6 +29,18 @@ const renderProviderListItem = (provider: ProviderItem) => (
)

const providers: ProviderItem[] = [
{
name: "Boar",
email: "[email protected]",
link: ExternalHref.boar,
imgSrc: BoarLogo,
},
{
name: "P2P Validator",
email: "[email protected]",
link: ExternalHref.p2pValidator,
imgSrc: P2PValidatorLogo,
},
{
name: "Staked",
email: "[email protected]",
Expand All @@ -42,18 +53,6 @@ const providers: ProviderItem[] = [
link: ExternalHref.bisonTrails,
imgSrc: BisonTrailsLogo,
},
{
name: "BlockDaemon",
email: "[email protected]",
link: ExternalHref.blockDaemon,
imgSrc: BlockDaemonLogo,
},
{
name: "Boar",
email: "[email protected]",
link: ExternalHref.boar,
imgSrc: BoarLogo,
},
{
name: "Figment",
email: "[email protected]",
Expand All @@ -75,12 +74,6 @@ const preOnlyProviders = [
link: ExternalHref.ankr,
imgSrc: AnkrLogo,
},
{
name: "P2P Validator",
email: "[email protected]",
link: ExternalHref.p2pValidator,
imgSrc: P2PValidatorLogo,
},
{
name: "InfStones",
email: "[email protected]",
Expand Down
1 change: 0 additions & 1 deletion src/enums/externalHref.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export enum ExternalHref {
stakingBonusDocs = "https://forum.threshold.network/t/interim-era-incentive-schemes-1-one-off-migration-stake-bonus-2-ongoing-stable-yield/297",
stakedUs = "https://staked.us/",
bisonTrails = "https://bisontrails.co/",
blockDaemon = "https://blockdaemon.com/",
boar = "https://boar.network/",
figment = "https://www.figment.io/",
lowFeeValidation = "https://lowfeevalidation.com/",
Expand Down
Binary file not shown.

0 comments on commit 318428f

Please sign in to comment.