Skip to content

Commit

Permalink
feat(platforms): adding more info to Lens sidebar (passportxyz#2222)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Feb 28, 2024
1 parent 76b4508 commit ba3b821
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions platforms/src/Lens/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ export class LensPlatform extends Platform {
redirectUri: string = null;
isEVM = true;

banner = {
content: `To add the Lens Stamp to your Gitcoin Passport, ensure you're using
your Lens Handle, not your profile. A Lens Handle is your unique identifier on
Lens, required for verification. Obtain a Handle either through the Lens beta or
by purchasing one from NFT marketplaces. Note: Verification may be delayed after
claiming your Handle.`,
cta: {
label: "Learn more",
url: "https://support.gitcoin.co/gitcoin-knowledge-base/gitcoin-passport/how-do-i-add-passport-stamps/guide-to-add-lens-stamp-to-gitcoin-passport",
},
};

async getProviderPayload(appContext: AppContext): Promise<ProviderPayload> {
const result = await Promise.resolve({});
return result;
Expand Down

0 comments on commit ba3b821

Please sign in to comment.