[Answered] Number of validators?

Did the active number of validators stop updating on https://explorer.incognito.org/ ?

It has been exactly the same for 4 weeks at 4780, but looking at monitor.incognito.org I get it to 4699. Which is correct?

1 Like

Thank you for pointing that out. I’ve relayed this to our website team.

2 Likes

by calling this RPC and looking at staking tx i found 4808 validators

curl --location 'https://mainnet.incognito.org/fullnode' \
--header 'Content-Type: application/json' \
--data '{
    "id": 1,
    "jsonrpc": "1.0",
    "method": "getbeaconbeststatedetail",
    "params": []
}'

image

we will fix this on explorer.

3 Likes

Ooh, what a twist. Thank for the curl, I see it’s up to 4809 now. =)

1 Like