KlimaDAO / klimadao

Monorepo for the official KlimaDAO site, dApp, components and design system.
https://klimadao.finance
MIT License
90 stars 71 forks source link

[refactor] Remove Handcrafted Types from carbonmark.types.ts #2293

Open 0xemc opened 4 months ago

0xemc commented 4 months ago

Subject: Code Refactoring - Removal of Handcrafted Pool and Project Types

See:

https://github.com/KlimaDAO/klimadao/pull/2276#discussion_r1494926386

Details: Within carbonmark.types.ts, the Pool and Project types are currently defined manually. These types should be refactored to either use auto-generated types from our GraphQL schema or to better align with the project's type generation strategy.

Expected Outcome:

Testing:

Labels: refactor