otterscan/src/params.ts
2022-02-19 07:42:36 -03:00

4 lines
62 B
TypeScript

export const MIN_API_LEVEL = 8;
export const PAGE_SIZE = 25;