diff --git a/README.md b/README.md index 0779410..552aedb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To add a grant, go to the `/uploads` folder and add a row onto an existing CSV s | `grant_type` | varchar | retroactive, proactive (you can suggest others too) | | `grant_category` | varchar | purpose of the grant (growth, NFTs, creators, etc) | | `grant_distribution` | varchar | how the grant is given to the grantee (claim, airdrop, farm, vesting) | -| `grant_blockchains` | varchar | blockchain that the grant was given out on | +| `grant_blockchain` | varchar | blockchain that the grant was given out on | I've set up four types of issues right now: - `bugs`: This is for data quality issues like miscalculations or broken queries. diff --git a/uploads/evm_grants.csv b/uploads/evm_grants.csv index c674b4d..1258a65 100644 --- a/uploads/evm_grants.csv +++ b/uploads/evm_grants.csv @@ -1,4 +1,4 @@ -grant_source,grantee,grant_date,grant_token_address,grant_amount,grant_name,grant_type,grant_category,grant_distribution,grant_blockchains,dune_namespaces +grant_source,grantee,grant_date,grant_token_address,grant_amount,grant_name,grant_type,grant_category,grant_distribution,grant_blockchain,dune_namespaces arbitrumDAO,Gains Network,1/1/2024,0x912ce59144191c1204e64559fe8253a0e49e6548,4500000,STIP Round 1,proactive,growth,claim,arbitrum,"gains,gains_network,gains_network_usdc" arbitrumDAO,Synapse,1/1/2024,0x912ce59144191c1204e64559fe8253a0e49e6549,2000000,STIP Round 1,proactive,growth,claim,arbitrum,"synapse,synapseerc20" arbitrumDAO,Stargate Finance,1/1/2024,0x912ce59144191c1204e64559fe8253a0e49e6550,2000000,STIP Round 1,proactive,growth,claim,arbitrum,stargate