otterscan/src/params.ts
2022-01-21 15:59:27 -03:00

4 lines
62 B
TypeScript

export const MIN_API_LEVEL = 6;
export const PAGE_SIZE = 25;