Skip to content

Allow unfolding multicall with value, but set to 0 on unfolded calls #531

Allow unfolding multicall with value, but set to 0 on unfolded calls

Allow unfolding multicall with value, but set to 0 on unfolded calls #531

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 21
cache: "yarn"
cache-dependency-path: "**/yarn.lock"
- run: yarn install --immutable
working-directory: ./extension
- name: Run static checks
run: yarn run check
working-directory: ./extension