Skip to content

feat: MEVBoostRelayAllowList address on Holesky #431

feat: MEVBoostRelayAllowList address on Holesky

feat: MEVBoostRelayAllowList address on Holesky #431

Workflow file for this run

name: Test Build
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
test-build:
name: Test Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 'lts/*'
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Build Project
run: yarn build