Skip to content

Commit

Permalink
feat(platforms): updated Coinbase stamp info with reference to onchai…
Browse files Browse the repository at this point in the history
…n attestations (#1972)
  • Loading branch information
lucianHymer committed Dec 5, 2023
1 parent e1a27c7 commit 7407641
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions platforms/src/Coinbase/App-Bindings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ export class CoinbasePlatform extends Platform {
clientId: string = null;
redirectUri: string = null;

banner = {
content: `Integrate your Coinbase account with your onchain identity to unlock a realm of
digital possibilities. This stamp requires you to have an active Coinbase account
and to establish your onchain identity on Base, bridging the gap between
traditional and decentralized finance.`.replace(/\s+/gm, " "),
cta: {
label: "Begin Your Onchain Verification Journey with Coinbase",
url: "https://www.coinbase.com/onchain-verify",
},
};

constructor(options: PlatformOptions = {}) {
super();
this.clientId = options.clientId as string;
Expand Down

2 comments on commit 7407641

@engrharun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep building you are doing good

@engrharun
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wow

Please sign in to comment.