Skip to content

fix: duplicate candle chart + chart loading #245

fix: duplicate candle chart + chart loading

fix: duplicate candle chart + chart loading #245

Workflow file for this run

# name: Fetch and update LP APRs
# on:
# workflow_dispatch:
# schedule:
# # 23:15 UTC
# # GitHub Actions might be delayed if time is at exact hour
# - cron: '15 23 * * *'
# jobs:
# updateLPsAPRs:
# runs-on: [self-hosted, linux]
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Setup Node
# uses: actions/setup-node@v2
# with:
# node-version: 14.x
# - name: Install dependencies
# run: yarn install --frozen-lockfile
# - name: Fetch and save LP APR data
# run: yarn updateLPsAPR
# env:
# NEXT_PUBLIC_SF_HEADER: ${{ secrets.SF_HEADER }}
# NEXT_PUBLIC_CHAIN_ID: '56'
# - name: Format
# run: yarn format:write
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v3
# with:
# author: SolarSwap Bot <solarswap-bot@protonmail.com>
# token: ${{ secrets.LP_APR_SOLAR_BOT }}
# delete-branch: true
# commit-message: 'chore: Update LP APRs for Farms'
# title: 'chore: Update LP APRs for Farms'
# body: |
# - Update LP APRs for Farms
# Auto-generated by [create-pull-request][1]
# [1]: https://github.com/peter-evans/create-pull-request
# labels: automerge
# branch: update-lp-aprs-for-farms