Skip to content

Commit

Permalink
fix(app): gitcoin provider type naming to match global provider names
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed Sep 7, 2022
1 parent 4d20b68 commit ab75e70
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions app/context/ceramicContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,6 @@ const startingAllProvidersState: AllProvidersState = {
providerSpec: getProviderSpec("Gitcoin", "GitcoinContributorStatistics#numGrantsContributeToGte#100"),
stamp: undefined,
},
"GitcoinContributorStatistics#totalContributionAmountGte#1": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinContributorStatistics#totalContributionAmountGte#1"),
stamp: undefined,
},
"GitcoinContributorStatistics#totalContributionAmountGte#10": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinContributorStatistics#totalContributionAmountGte#10"),
stamp: undefined,
Expand Down Expand Up @@ -229,20 +225,16 @@ const startingAllProvidersState: AllProvidersState = {
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#numGrantContributors#100"),
stamp: undefined,
},
"GitcoinGranteeStatistics#totalContributionAmount#10": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#numGrantContributors#10"),
stamp: undefined,
},
"GitcoinGranteeStatistics#totalContributionAmount#25": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#numGrantContributors#25"),
stamp: undefined,
},
"GitcoinGranteeStatistics#totalContributionAmount#100": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#numGrantContributors#100"),
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#totalContributionAmount#100"),
stamp: undefined,
},
"GitcoinGranteeStatistics#totalContributionAmount#1000": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#numGrantContributors#1000"),
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#totalContributionAmount#1000"),
stamp: undefined,
},
"GitcoinGranteeStatistics#totalContributionAmount#10000": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinGranteeStatistics#totalContributionAmount#10000"),
stamp: undefined,
},
"GitcoinGranteeStatistics#numGrantsInEcoAndCauseRound#1": {
Expand Down

0 comments on commit ab75e70

Please sign in to comment.