Skip to content

fix duplicated encodeFunctionCall #222

fix duplicated encodeFunctionCall

fix duplicated encodeFunctionCall #222

Workflow file for this run

name: CI
on: [push]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install dependencies
run: npm install
env:
NODE_ENV: development
- name: Run unit tests
run: npm run test