Hi, thanks for merging PR #417, however things changed since I opened it and you actually have to switch off Goldsky endpoints. Some of the data for user boosts are available on api.berachain.com. Please also add a x-graphql-client-name header to your requests with your protocol name (dapdaps.beratown).
{
polGetValidatorBoosts(chain:BERACHAIN, userAddress: $user){
boosts {
queuedBoostAmount
activeBoostAmount
queuedDropBoostAmount
}
}
}
Hi, thanks for merging PR #417, however things changed since I opened it and you actually have to switch off Goldsky endpoints. Some of the data for user boosts are available on api.berachain.com. Please also add a
x-graphql-client-nameheader to your requests with your protocol name (dapdaps.beratown).{ polGetValidatorBoosts(chain:BERACHAIN, userAddress: $user){ boosts { queuedBoostAmount activeBoostAmount queuedDropBoostAmount } } }