Skip to content

Commit

Permalink
feat(iam): use zksync provider from platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schultz authored and nutrina committed Nov 8, 2022
1 parent 5cccdd0 commit 1b692e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iam/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ import {
Snapshot,
POAP,
ETH,
ZkSync
} from "@gitcoin/passport-platforms";

import { BrightIdProvider } from "./providers/brightid";
Expand All @@ -71,7 +72,6 @@ import {
import { ClearTextSimpleProvider } from "./providers/clearTextSimple";
import { ClearTextTwitterProvider } from "./providers/clearTextTwitter";
import { ClearTextGithubOrgProvider } from "./providers/clearTextGithubOrg";
import { ZkSyncProvider } from "./providers/zkSync";

// get DID from key
const key = process.env.IAM_JWK || DIDKit.generateEd25519Key();
Expand Down Expand Up @@ -253,7 +253,7 @@ export const providers = new Providers([
////////////////////////////////////////////////////////////
new NFT.NFTProvider(),
new Lens.LensProfileProvider(),
new ZkSyncProvider(),
new ZkSync.ZkSyncProvider(),
new GnosisSafe.GnosisSafeProvider(),
]);

Expand Down

0 comments on commit 1b692e0

Please sign in to comment.