Skip to content

feat: add basic chain aliasing and encoding for it #276

feat: add basic chain aliasing and encoding for it

feat: add basic chain aliasing and encoding for it #276

Workflow file for this run

name: Subgraph tests
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install commands
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
registry-url: https://registry.npmjs.org
- name: test
working-directory: ./packages/subgraph
run: yarn test