I’m trying to pull staking deposit data using the graphQL below
{
ethereum2 {
deposits {
amount
}}
}
It returns the staking amount as ~13M ETH whereas as per etherscan it is >14M ETH.
I’m trying to pull staking deposit data using the graphQL below
{
ethereum2 {
deposits {
amount
}}
}
It returns the staking amount as ~13M ETH whereas as per etherscan it is >14M ETH.
Thanks for this, we will investigate