Skip to content

Commit

Permalink
fix(app): updates gtc staking provider titles to include "More than" …
Browse files Browse the repository at this point in the history
…prefix (passportxyz#565)

CLoses passportxyz#564
  • Loading branch information
farque65 authored Sep 8, 2022
1 parent 023b0f4 commit e4e2687
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/config/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,17 @@ export const STAMP_PROVIDERS: Readonly<Providers> = {
{
platformGroup: "Self GTC Staking",
providers: [
{ title: "1 GTC (Bronze)", name: "SelfStakingBronze" },
{ title: "10 GTC (Silver)", name: "SelfStakingSilver" },
{ title: "100 GTC (Gold)", name: "SelfStakingGold" },
{ title: "More than 1 GTC (Bronze)", name: "SelfStakingBronze" },
{ title: "More than 10 GTC (Silver)", name: "SelfStakingSilver" },
{ title: "More than 100 GTC (Gold)", name: "SelfStakingGold" },
],
},
{
platformGroup: "Community GTC Staking",
providers: [
{ title: "1 GTC (Bronze)", name: "CommunityStakingBronze" },
{ title: "10 GTC (Silver)", name: "CommunityStakingSilver" },
{ title: "100 GTC (Gold)", name: "CommunityStakingGold" },
{ title: "More than 1 GTC (Bronze)", name: "CommunityStakingBronze" },
{ title: "More than 10 GTC (Silver)", name: "CommunityStakingSilver" },
{ title: "More than 100 GTC (Gold)", name: "CommunityStakingGold" },
],
},
],
Expand Down

0 comments on commit e4e2687

Please sign in to comment.