Skip to content

bug: LP Fee Rounding Dust — Permanent Lock #13

bug: LP Fee Rounding Dust — Permanent Lock

bug: LP Fee Rounding Dust — Permanent Lock #13

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
contract-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Poetry
run: python -m pip install poetry
- name: Install dependencies
run: poetry install --no-interaction --no-root
- name: Run local contract launch gate
run: bash ./scripts/contracts-launch-gate.sh