humanprotocol / hmt-escrow

A Python 3 library to launch escrow contracts onto the HUMAN network.
MIT License
24 stars 42 forks source link

bug: escrow-dashboard: amount Circulating Supply & Total Supply are wrong polygon tab #412

Closed foufrix closed 1 year ago

foufrix commented 2 years ago

On the polygon tab here: https://dashboard.humanprotocol.org/ Circulating Supply (0) & Total Supply (1 000 000 000) are wrong, as total supply is the total token on both ETH & Polygon. From the token contract on Polygon, we can see : https://polygonscan.com/token/0xc748b2a084f8efc47e086ccddd9b7e67aeb571bf that there are only 812,244 HMT bridged

image

Circulating Supply & Total supply are misleading, as they both represent the same thing.

portuu3 commented 1 year ago

Fixed in monorepo