Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhong5297 committed Feb 4, 2024
1 parent 53ec7c2 commit 6f1b4fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion uploads/evm_grants.csv
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6f1b4fd

Please sign in to comment.