Gitcoin grant contributions API should return checksummed addresses
Open
backlog-prioritize
enhancement
Gitcoin Grants
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 776
- PR merge metrics
- No merged PRs in 30d
Description
An example `token_address` in the gitcoin grant contributions API response:
```
{"asset":"USDC","timestamp":"2021-06-03T16:24:31.969507Z","amount":"1900000","usd_value":1.9000000000000001,"tx_hash":"0xb632c6f0b2d9aed0924cefc62cc47b8258d373122c66f8ad4a1c37d2b5f7f0ff","token_address":"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}
```
It would be really great to have the token address returned checksummed (also any other addresses other endpoints may have).
So `0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48`-> `0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48`.
Contributor guide
Assessment
This issue has not been assessed yet.