Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #29 from veqtor/tz_hotfix
Browse files Browse the repository at this point in the history
TZ Temp fix
  • Loading branch information
veqtor authored Apr 8, 2021
2 parents 92ea387 + 98feea1 commit 86064ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conseilUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ const getArtisticOutputForAddress = async (address) => {
mintOperationQuery = conseiljs.ConseilQueryBuilder.addPredicate(mintOperationQuery, 'parameters_entrypoints', conseiljs.ConseilOperator.EQ, ['mint_OBJKT'])
mintOperationQuery = conseiljs.ConseilQueryBuilder.addPredicate(mintOperationQuery, 'source', conseiljs.ConseilOperator.EQ, [address])
mintOperationQuery = conseiljs.ConseilQueryBuilder.addOrdering(mintOperationQuery, 'block_level', conseiljs.ConseilSortDirection.DESC)
mintOperationQuery = conseiljs.ConseilQueryBuilder.setLimit(mintOperationQuery, 30_000) // TODO: this is hardwired and will not work for highly productive artists
mintOperationQuery = conseiljs.ConseilQueryBuilder.setLimit(mintOperationQuery, 256) // TODO: this is hardwired and will not work for highly productive artists

const mintOperationResult = await conseiljs.TezosConseilClient.getTezosEntityData(
{ url: conseilServer, apiKey: conseilApiKey, network: 'mainnet' },
Expand Down

0 comments on commit 86064ef

Please sign in to comment.