Something wrong is happening.. Cause the distribution time ended and the Distribution Progress doesn't increase. Also i tested the DEMO and it should increase 1 mrai to the distribution progress and it doesn't.
What's happening dev?
Yesterday, we started caching the "available supply" number. When people visit the faucet, there were 2 RPCs being called just to obtain the "available supply". Imagine 100 users, that's 200 RPC calls just to grab 1 number which we can easily cache. So now there are 0 RPC calls when visiting the faucet page. You'll see the available supply update after distributions when it matters most. This also is a better way to spend RPC / web resources.