Skip to content

fix(max): allow scraping older transactions #1459

fix(max): allow scraping older transactions

fix(max): allow scraping older transactions #1459

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run npm install
run: npm install
- name: Run lint
run: npm run lint