Skip to content

Commit

Permalink
Merge pull request #1565 from gitcoinco/1559-remove-gitpoap-stamp
Browse files Browse the repository at this point in the history
chore(app, platforms, types): removes gitPOAP stamp
  • Loading branch information
aminah-io authored Aug 10, 2023
2 parents d97718d + 181d156 commit 6ddfcb3
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 455 deletions.
4 changes: 0 additions & 4 deletions app/__test-fixtures__/contextTestHelpers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ export const makeTestCeramicContext = (initialState?: Partial<CeramicContextStat
providerSpec: getProviderSpec("Signer", "Signer"),
stamp: undefined,
},
GitPOAP: {
providerSpec: getProviderSpec("GitPOAP", "GitPOAP"),
stamp: undefined,
},
"GitcoinContributorStatistics#numGrantsContributeToGte#1": {
providerSpec: getProviderSpec("Gitcoin", "GitcoinContributorStatistics#numGrantsContributeToGte#1"),
stamp: undefined,
Expand Down
5 changes: 0 additions & 5 deletions app/__test-fixtures__/databaseStorageFixtures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,3 @@ export const linkedinStampFixture: Stamp = {
provider: "Linkedin",
credential,
};

export const gitpoapStampFixture: Stamp = {
provider: "GitPOAP",
credential,
};
12 changes: 0 additions & 12 deletions app/__test-fixtures__/verifiableCredentialResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,6 @@ export const SUCCESFUL_BRIGHTID_RESULT: VerifiableCredentialRecord = {
credential: credential,
};

export const SUCCESSFUL_GITPOAP_RESULT: VerifiableCredentialRecord = {
record: {
type: "GitPOAP",
address: "0xcF323CE817E25b4F784bC1e14c9A99A525fDC50f",
version: "0.0.0",
gitpoaps: "2734,2134,3256",
},
signature: "0xbdbac10fdb0921e73df7575e47cbda484be550c......8af1ad6eeee1ee94c9a0794a3812ae861f8898a973233abea1c",
challenge: credential,
credential: credential,
};

export const VALID_LENS_VERIFICATION = {
providerType: "Lens",
payload: {
Expand Down
226 changes: 0 additions & 226 deletions app/__tests__/components/ProviderCards/GitPOAPCard.test.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions app/context/ceramicContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const {
Facebook,
Poh,
PHI,
GitPOAP,
NFT,
GnosisSafe,
Snapshot,
Expand Down Expand Up @@ -75,11 +74,6 @@ platforms.set("Twitter", {
platFormGroupSpec: Twitter.ProviderConfig,
});

platforms.set("GitPOAP", {
platform: new GitPOAP.GitPOAPPlatform(),
platFormGroupSpec: GitPOAP.ProviderConfig,
});

platforms.set("Ens", {
platform: new Ens.EnsPlatform(),
platFormGroupSpec: Ens.ProviderConfig,
Expand Down
15 changes: 0 additions & 15 deletions platforms/src/GitPOAP/App-Bindings.ts

This file was deleted.

20 changes: 0 additions & 20 deletions platforms/src/GitPOAP/Providers-config.ts

This file was deleted.

Loading

0 comments on commit 6ddfcb3

Please sign in to comment.