sablier-labs / community-token-list

https://tokens.sablier.io
GNU General Public License v3.0
13 stars 7 forks source link

Write weekly CI that checks that all tokens have the correct number of decimals #67

Open PaulRBerg opened 4 days ago

PaulRBerg commented 4 days ago

This isn't trivial to implement, but it would be very much worth it to do it — we should write a weekly CI test that checks that all tokens have the correct number of decimals. We should use the Infura API for this (open to recommendations if there's something better out there).

The goal is to prevent accidental listings whereby the token's decimals does not correspond to the actual value.

smol-ninja commented 4 days ago

We should use the Etherscan API for this

Did you mean alchemy / infura API?