Skip to content

Commit

Permalink
chore(app, platforms, types): removes GTC possession stamp
Browse files Browse the repository at this point in the history
  • Loading branch information
aminah-io committed Jul 12, 2023
1 parent 8d9e2ac commit dc7f3f6
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 270 deletions.
6 changes: 0 additions & 6 deletions app/context/ceramicContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const {
ZkSync,
Discord,
Linkedin,
GTC,
GtcStaking,
Google,
Brightid,
Expand Down Expand Up @@ -161,11 +160,6 @@ platforms.set("Linkedin", {
platFormGroupSpec: Linkedin.ProviderConfig,
});

platforms.set("GTC", {
platform: new GTC.GTCPlatform(),
platFormGroupSpec: GTC.ProviderConfig,
});

platforms.set("GtcStaking", {
platform: new GtcStaking.GTCStakingPlatform(),
platFormGroupSpec: GtcStaking.ProviderConfig,
Expand Down
13 changes: 0 additions & 13 deletions platforms/src/GTC/App-Bindings.ts

This file was deleted.

36 changes: 0 additions & 36 deletions platforms/src/GTC/Providers-config.ts

This file was deleted.

1 change: 0 additions & 1 deletion platforms/src/GTC/Providers/index.ts

This file was deleted.

Empty file removed platforms/src/GTC/Shared.ts
Empty file.
206 changes: 0 additions & 206 deletions platforms/src/GTC/__tests__/ethErc20PossessionGtc.test.ts

This file was deleted.

3 changes: 0 additions & 3 deletions platforms/src/GTC/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions platforms/src/platforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import * as ETH from "./ETH";
import * as ZkSync from "./ZkSync";
import * as Discord from "./Discord";
import * as Linkedin from "./Linkedin";
import * as GTC from "./GTC";
import * as GtcStaking from "./GtcStaking";
import * as Google from "./Google";
import * as Brightid from "./Brightid";
Expand All @@ -36,7 +35,6 @@ type PlatformConfig = {

// Order of this array determines order in the Passport UI
const platforms: Record<string, PlatformConfig> = {
GTC,
GtcStaking,
Gitcoin,
Twitter,
Expand Down
3 changes: 0 additions & 3 deletions types/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ export type PLATFORM_ID =
| "Signer"
| "Snapshot"
| "ETH"
| "GTC"
| "GtcStaking"
| "NFT"
| "ZkSync"
Expand Down Expand Up @@ -283,8 +282,6 @@ export type PROVIDER_ID =
| "FirstEthTxnProvider"
| "EthGTEOneTxnProvider"
| "EthGasProvider"
| "gtcPossessionsGte#10"
| "gtcPossessionsGte#100"
| "SelfStakingBronze"
| "SelfStakingSilver"
| "SelfStakingGold"
Expand Down

0 comments on commit dc7f3f6

Please sign in to comment.