Skip to content

Commit

Permalink
adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
codenamejason committed Jan 24, 2024
1 parent 7b6526a commit b7b4085
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/builder/src/actions/grantsMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,20 @@ export const fetchGrantData =
alloVersion: config.allo.version,
});

// fixme: this is what the indexer is returning: the tag should be "allo-v2"
// @0xKurt
// {
// "projectId": "0xf35fc48409c20afbeebdb9935c30c1200e1995c209b51aafe8e32d58642c256b",
// "project": {
// "chainId": 11155111,
// "createdAtBlock": "5142663",
// "registryAddress": "0x2420eabfa2c0e6f77e435b0b7615c848bf4963af",
// "projectNumber": 4,
// "tags": [
// "allo-v1"
// ]
// }

console.log("result", result);

if (!result?.project) {
Expand Down

0 comments on commit b7b4085

Please sign in to comment.