Skip to content

Commit

Permalink
add project_name to RF4ImpactMetricsByProject type
Browse files Browse the repository at this point in the history
  • Loading branch information
swellander committed Jul 29, 2024
1 parent 4827647 commit 0077642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/app/types/OSO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export interface OSOResponse {

// These are the actual metrics we will be using when the data is provided by OSO
export interface RF4ImpactMetricsByProject {
project_name: string;
application_id: string; // Application ID: A unique project application id (generated by Agora).
is_oss: boolean; // Eligible for OSS Multiplier: Whether the project's contract code and GitHub repo(s) were approved by the review committee as meeting open source software (OSS) requirements.
gas_fees: number; //**Gas Fees**: Sum of a project's total contribution to gas fees across the Superchain. Gas fees are the primary recurring revenue source for the Superchain and a key indicator of aggregate blockspace demand. A project’s gas fee contribution is influenced by its total volume of contract interactions, the computational complexity of those interactions, and the state of the underlying gas market at the time of those transactions. In the long run, gas fees are what will power Retro Funding and enable it to continue in perpetuity. All members of the Superchain have committed at least 15% of their gross profit from gas fees to Retro Funding. Supporting projects that generate revenue in the form of gas fees helps power the economic engine of the Superchain.
Expand Down

0 comments on commit 0077642

Please sign in to comment.