Skip to content

Commit

Permalink
Merge pull request #69 from jediswaplabs/isha/fix/tokens-fetch-issue
Browse files Browse the repository at this point in the history
Fix token fetch issue in analytics dashboard
  • Loading branch information
retroboydev authored Jan 31, 2024
2 parents f7ce4e7 + 8c774a1 commit 123ad6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apollo/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ export const TOKENS_HISTORICAL_BULK = (tokens, block) => {
tokenString += ']'
let queryString = `
query tokens {
tokens(first: 50, where: {idIn: ${tokenString}}, ${block ? 'block: {number: ' + block + '}' : ''} ) {
tokens(first: 500, where: {idIn: ${tokenString}}, ${block ? 'block: {number: ' + block + '}' : ''} ) {
id
name
symbol
Expand Down

0 comments on commit 123ad6c

Please sign in to comment.