Skip to content

feat: Add USDT and USDC for TRON #41

feat: Add USDT and USDC for TRON

feat: Add USDT and USDC for TRON #41

Workflow file for this run

name: PR Validation
on:
pull_request:
branches: [main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
cache: "npm"
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Validate token list
run: npm run validate