Skip to content

Update ethereumjs libs & add EIP-4895 support #9

Update ethereumjs libs & add EIP-4895 support

Update ethereumjs libs & add EIP-4895 support #9

Workflow file for this run

name: Patronum CI
on:
push:
branches:
- master
pull_request:
jobs:
test:
strategy:
fail-fast: true
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'yarn'
- run: yarn
- run: yarn test