-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #235 from threshold-network/update-providers-list
Update the staking providers list
- Loading branch information
Showing
3 changed files
with
12 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
|
@@ -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]", | ||
|
@@ -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]", | ||
|
@@ -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]", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.