Skip to content

Commit

Permalink
fix(platforms): tweaks to ethereum stamp info (passportxyz#2077)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Jan 25, 2024
1 parent ff00647 commit 6cc7f89
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion platforms/src/ETH/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ export class ETHPlatform extends Platform {

banner = {
heading: `
Ethereum Activity: A nuanced, adaptive measure of your authentic involvement, shaping trust in the Ethereum ecosystem.
Click verify to process your Ethereum L1 transactions. Gitcoin uses a constantly
evolving model to review your transaction history and compare against known Sybil
behavior. The number of points you'll receive based on many factors related to the
overall activity of the address.
`,
};

Expand Down
8 changes: 4 additions & 4 deletions platforms/src/ETH/Providers-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,22 @@ export const ProviderConfig: PlatformGroupSpec[] = [
platformGroup: "Ethereum Involvement Spectrum",
providers: [
{
title: "1. ETH Enthusiast",
title: "ETH Enthusiast",
name: "ETHEnthusiast",
description: "Your journey begins here, showcasing initial engagement and support for the Ethereum ecosystem.",
},
{
title: "2. ETH Pioneer",
title: "ETH Pioneer",
name: "ETHPioneer",
description: "A step up, reflecting ongoing commitment and active participation in Ethereum's growth.",
},
{
title: "3. ETH Advocate",
title: "ETH Advocate",
name: "ETHAdvocate",
description: "Continued commitment and participation in the Ethereum ecosystem.",
},
{
title: "4. ETH Maxi",
title: "ETH Maxi",
name: "ETHMaxi",
description:
"The ultimate badge of honor, embodying full-fledged advocacy and a dominant presence in the community.",
Expand Down

0 comments on commit 6cc7f89

Please sign in to comment.