Skip to content

Commit

Permalink
fix(platforms): tweaks to ethereum stamp info (passportxyz#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianHymer authored Jan 25, 2024
1 parent 6cc7f89 commit a7bc565
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions platforms/src/ETH/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ export class ETHPlatform extends Platform {
heading: `
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.
behavior. The number of points you'll receive is based on many factors related to
the overall activity of the address.
`,
};

Expand Down
3 changes: 1 addition & 2 deletions platforms/src/ETH/Providers-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ export const PlatformDetails: PlatformSpec = {
icon: "./assets/ethereumStampIcon.svg",
platform: "ETH",
name: "Ethereum",
description: "Connect to Ethereum to verify your network activity.",
description: "Verify Ethereum activity.",
connectMessage: "Verify Account",
isEVM: true,
website: "https://ethereum.org",
};

export const ProviderConfig: PlatformGroupSpec[] = [
Expand Down

0 comments on commit a7bc565

Please sign in to comment.