Skip to content

Fixed eth-utils.js for mainnet #34

Fixed eth-utils.js for mainnet

Fixed eth-utils.js for mainnet #34

Workflow file for this run

name: API tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21
- run: yarn install
- run: yarn test