Skip to content

Commit

Permalink
feat(app): update Gitcoin & GrantsStack stamps notes (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina authored Aug 23, 2023
1 parent 4f456da commit a7cc405
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/src/Gitcoin/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class GitcoinPlatform extends Platform {

banner = {
heading:
"The Gitcoin Grant stamp recognizes contributions made during Gitcoin Grants rounds 1-15 (ended September 2022). Data from the latest rounds: Alpha (Jan '23) and Beta (April '23) is in the process of being added and should be added by Aug 15th.",
"The Gitcoin Grant stamp recognizes contributions made during Gitcoin Grants rounds 1-15 (ended September 2022). Please use the new GrantsStack stamp for donations from the latest rounds: Alpha (Jan '23) and Beta (April '23).",
};

constructor(options: PlatformOptions = {}) {
Expand Down
2 changes: 1 addition & 1 deletion platforms/src/GrantsStack/App-Bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class GrantsStackPlatform extends Platform {

banner = {
heading:
"Note: Only Alpha and Beta rounds run by Gitcoin are included. For the Alpha program, only donations larger than $1 are counted. For the Beta program, only matching-eligible contributions are counted.",
"Note: Only Alpha and Beta rounds run by Gitcoin are included. For the Alpha program, only donations larger than $1 are counted. For the Beta program, only matching-eligible contributions are counted. Donations during Grants Round 18 (August '23) will be added by the end of September.",
};

async getProviderPayload(appContext: AppContext): Promise<ProviderPayload> {
Expand Down

0 comments on commit a7cc405

Please sign in to comment.