Skip to content

Commit

Permalink
feat: Added 1y & all to the time query condition of `getCollectio…
Browse files Browse the repository at this point in the history
…nTrending` endpoint
  • Loading branch information
yohuohuohuo committed Nov 18, 2022
1 parent e50c5b6 commit 67933b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/evm/statistic/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@ export default class NftscanEvmStatistic extends BaseApi<NftscanConfig> {
| RangeType.D3
| RangeType.D7
| RangeType.D30
| RangeType.D90,
| RangeType.D90
| RangeType.Y1
| RangeType.ALL,
): Promise<Array<QueryCollectionTrendingResponse>> {
if (isEmpty(contractAddress)) {
return missingParamError('contractAddress');
Expand Down

0 comments on commit 67933b1

Please sign in to comment.