opensource-observer / oss-directory

A curated directory of open source software (OSS) projects and their associated artifacts
https://www.opensource.observer
Apache License 2.0
46 stars 102 forks source link

Update Harvest contracts #432

Closed CryptJS13 closed 2 months ago

CryptJS13 commented 2 months ago

Many of the contracts deployed by Harvest Finance do not get automatically registered through the deployer address. I have now added them manually.

Here are some examples of such a contracts:

All three of these get deployed through our MegaFactory here: https://basescan.org/tx/0x629f38f5e7570f34f8fac01e8100d009934b59e1ea2f7053e23e085479f9313c

Basescan does show our deployer account (0x6a74649aCFD7822ae8Fb78463a9f2192752E5Aa2) as the deployer for all these contracts, but it seems this is not automatically recognised by your system. This is the issue I faced in the Retro Funding application:

image

It is important for us that our contracts are recognised so our metrics are calculated correctly. Could you merge this PR, or let me know if there is anything else we need to do to make that happen? Thank you very much for your help!

ccerv1 commented 2 months ago

gm @CryptJS13

we are NOT the team that worked on the sign-up interface. however, we build a contract discovery model that grabs anything downstream from your project deployer. i just checked the snapshot and all four contracts you mentioned were correctly attributed to harvestfi

image

FYI, the post above includes a link to a Parquet file where you can lookup any contract to check the attribution.

thank you!