davidgasquez / gitcoin-grants-data-portal

🌲 Open source, serverless, and local-first data hub for Gitcoin Grants data!
https://grantsdataportal.xyz/
MIT License
26 stars 3 forks source link

Add 'raw_allo_deployments' for use in downstream assets #37

Closed DistributedDoge closed 8 months ago

DistributedDoge commented 8 months ago

Adds new static (based on pulling pre-processed '.parquet' from IPFS) asset with contract address for each official Allo contract.

Main use of this data is feeding downstream cryo/covalent assets, which should much more interesting.

Original ingestion logic is dependent on formatting of markdown document which feels very brittle thing to include, hence why I opted for the ipfs-fetch strategy.

EDIT: Checked CI logs, looks ready to merge

DistributedDoge commented 8 months ago

I would rather merge this one in and focus on downstream uses for now.

davidgasquez commented 8 months ago

Perfect! :rocket: Merging it now.