Skip to content

Commit

Permalink
chore(platforms): remove isEVM flag from civic stamps (passportxyz#1475)
Browse files Browse the repository at this point in the history
* chore(platforms): remove isEVM flag from civic stamps

* remove civic integration test
  • Loading branch information
lucianHymer authored Jul 13, 2023
1 parent 6770af0 commit 81dba00
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion platforms/src/Civic/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const mapProviderIDToScope = (provider: PROVIDER_ID): string | undefined => {
export class CivicPlatform extends Platform {
platformId = "Civic";
path = "Civic";
isEVM = true;

constructor(options: PlatformOptions = {}) {
super();
Expand Down
1 change: 0 additions & 1 deletion platforms/src/Civic/Providers-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const PlatformDetails: PlatformSpec = {
name: "Civic",
description: "Civic Profile Verification",
connectMessage: "Verify Account",
isEVM: true,
};

export const ProviderConfig: PlatformGroupSpec[] = [
Expand Down
22 changes: 0 additions & 22 deletions platforms/src/Civic/__tests__/civic.integration.test.ts

This file was deleted.

0 comments on commit 81dba00

Please sign in to comment.