Skip to content

Allow EIP2612, gas-less approvals in the staking flow #162

Allow EIP2612, gas-less approvals in the staking flow

Allow EIP2612, gas-less approvals in the staking flow #162

Workflow file for this run

name: Hardhat Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- uses: actions/cache@v2
with:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test