Skip to content

feat: add wETH symbol on SEI #68

feat: add wETH symbol on SEI

feat: add wETH symbol on SEI #68

Workflow file for this run

name: Validate Tokens
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: 18
- name: Install Node.js dependencies
run: yarn install
- name: Validate
run: yarn test