Kurt

Results 5 comments of Kurt

Data sources, see discussion on [discord](https://discord.com/channels/562828676480237578/1062703471809286184/1062703475726757918). [API endpoints](https://github.com/gitcoinco/grants-round/tree/main/packages/api#endpoints) https://api-server/api/v1/data/summary/project/:chainId/:roundId/:projectId example: `curl -X GET -H "Content-Type: application/json" -d '{"query": "force"}' https://api-server/api/v1/data/summary/project/1/0xdf75054cd67217aee44b4f9e4ebc651c00330938/0x39D77e51c485F1ff65b1b3B42e9f67CdA221F597` returns: ```json { "success":true, "message":"/api/v1/data/summary/project/1/0xdf75054cd67217aee44b4f9e4ebc651c00330938/0x39D77e51c485F1ff65b1b3B42e9f67CdA221F597", "data":{ "id":2, "createdAt":"2023-01-11T10:58:06.859Z", "updatedAt":"2023-01-11T10:58:06.859Z", "contributionCount":0,...

@melissa-neira the badges are already off since a while. maybe you want to create a ticket for it with a link/image of how they should look like? the new strategy...

> DG v1 > > * [x] created a round > * [x] edited a round > * [x] applied for a round > * [x] approved applications > *...

@meglister The issue with the explorer timestamps appears because if you click the link you open the explorer in production and not staging. Onq staging it's already fixed https://explorer-staging-git-add-direct-grants-lite-grants-stack.vercel.app/#/round/11155111/139 >...

Re: Contract changes **Ways to implement the direct donation** **1. Donate to Any Address** - **Description**: Donations are directly transferred to any specified address. - **Pros**: - Quick to build...