Skip to content

Commit

Permalink
Merge branch 'update-staking-rewards-api' into release-v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Feb 12, 2024
2 parents de3c849 + 85d4eba commit 11648ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/servicesMonitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function ServicesMonitor() {
{
query: `
{
rewardOptions(where: {inputAsset: {slugs: ["${asset.slug}"]}, providers: {isVerified: true}, typeKeys: ["pos"]}, limit: 500, order: {metricKey_desc: "staked_tokens"}) {
rewardOptions(where: {inputAsset: {slugs: ["${asset.slug}"]}, typeKeys: ["pos"]}, limit: 500, order: {metricKey_desc: "staked_tokens"}) {
providers(limit: 1) {
name
isVerified
Expand Down

0 comments on commit 11648ad

Please sign in to comment.