From 007764299849cbfabf466aee2e00420ad9f0582f Mon Sep 17 00:00:00 2001 From: Sam Wellander Date: Mon, 29 Jul 2024 11:16:17 -0700 Subject: [PATCH] add `project_name` to `RF4ImpactMetricsByProject` type --- packages/nextjs/app/types/OSO.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nextjs/app/types/OSO.ts b/packages/nextjs/app/types/OSO.ts index ed7380a..545d47c 100644 --- a/packages/nextjs/app/types/OSO.ts +++ b/packages/nextjs/app/types/OSO.ts @@ -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.