Skip to content

Commit

Permalink
chore: increae total supply limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasRalee committed Aug 13, 2024
1 parent 4209a26 commit aff0021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layer/providers/cacheApi/token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class TokenCacheApi extends BaseCacheApi {
async fetchTotalSupply() {
const fetchFromBank = async () => {
const { supply, pagination } = await bankApi.fetchTotalSupply({
limit: 2000
limit: 5000
})

return { supply, pagination }
Expand Down

0 comments on commit aff0021

Please sign in to comment.