Skip to content

🪙 add blue chip to assets -> ethereum, arbitrum, assets chain | add assets to tokenlist | minor fixes | 🌐 add DiaAdapter to integrations | 💲refactor -> getStrategyProtocols() #53

🪙 add blue chip to assets -> ethereum, arbitrum, assets chain | add assets to tokenlist | minor fixes | 🌐 add DiaAdapter to integrations | 💲refactor -> getStrategyProtocols()

🪙 add blue chip to assets -> ethereum, arbitrum, assets chain | add assets to tokenlist | minor fixes | 🌐 add DiaAdapter to integrations | 💲refactor -> getStrategyProtocols() #53

Workflow file for this run

name: Prettier check
on:
push:
branches:
- main
pull_request: { }
workflow_dispatch: { }
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Run yarn install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: Run prettier check
uses: borales/actions-yarn@v4
with:
cmd: prettier . --check