Skip to content

feat: add atomicBatch Swap transactions with ERC-20 from token #4643

feat: add atomicBatch Swap transactions with ERC-20 from token

feat: add atomicBatch Swap transactions with ERC-20 from token #4643

Workflow file for this run

name: Kit Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Kit Install dependencies
run: npm install
- name: Kit Test Build
# When fails, please check your build
run: |
npm run build