Giveth / giveth-planning

GNU General Public License v3.0
28 stars 5 forks source link

Check for new Optimism Addresses: Drop 5 #1680

Closed divine-comedian closed 10 months ago

divine-comedian commented 11 months ago

We'll need to query the db to check for verified projects that have added an OP address. You know the drill @mohammadranjbarz

Then I will compare against our previous data to find the new projects and setup the distribution of 25 OP each and set it up via our multisig

Once setup and sent we will inform the comms team to make external communication.

Here is the spreadsheet I've been keeping data in for reference https://docs.google.com/spreadsheets/d/1pZ7SUtFcf6sNZ3A8fZXBvtDGAn_w21qD3WOaB4baDOE/edit?usp=sharing

mohammadranjbarz commented 11 months ago

Query

SELECT 
    pa."createdAt" as "walletAddressAddedTime",
    pa."projectId",
    pa.address,
    p.slug
FROM 
    project_address pa
JOIN 
    project p ON pa."projectId" = p.id
WHERE 
    pa."networkId" = 10 AND pa."isRecipient" = true AND p.verified = true AND p."statusId"=5
ORDER BY 
    pa."createdAt" ASC;

Response

verified_project_addresses_with_optimism_address_drop5.csv

related to https://github.com/Giveth/giveth-planning/issues/1658#issuecomment-1834449401

divine-comedian commented 11 months ago

Looks like there's no new projects to add this month! We'll check back in january

divine-comedian commented 10 months ago

@mohammadranjbarz - can we take another look at this one since it has been a month?

mohammadranjbarz commented 10 months ago

@divine-comedian

Query

SELECT 
    pa."createdAt" as "walletAddressAddedTime",
    pa."projectId",
    pa.address,
    p.slug
FROM 
    project_address pa
JOIN 
    project p ON pa."projectId" = p.id
WHERE 
    pa."networkId" = 10 AND pa."isRecipient" = true AND p.verified = true AND p."statusId"=5
ORDER BY 
    pa."createdAt" ASC;

Result

verified_project_addresses_with_optimism_address_drop6.csv

divine-comedian commented 10 months ago

Thanks Mohammad!

This tx is pending on the multisig: https://app.onchainden.com/safes/oeth:0x4D9339dd97db55e3B9bCBE65dE39fF9c04d1C2cd/transactions/0x1baebaa4845154793789f71fbdadba9d9750876ca998fb70a0a0e9a0574e8be9

When it passes @oyealmond we can notify via twitter as usual.

We have another 11 projects eligible for a total of 238

oyealmond commented 10 months ago

perfect. This tweet is schedule for tomorrow. Thanks @divine-comedian

oyealmond commented 10 months ago

https://twitter.com/Giveth/status/1745793258775560654