Skip to content

Update USDC swap contract address for testnet #763

Update USDC swap contract address for testnet

Update USDC swap contract address for testnet #763

Workflow file for this run

name: Complete Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Run
run: yarn pr