Skip to content

create deployTransceiver script to use migrate function to update immutable specialRelayerAddr of deployed Transceiver contract #756

create deployTransceiver script to use migrate function to update immutable specialRelayerAddr of deployed Transceiver contract

create deployTransceiver script to use migrate function to update immutable specialRelayerAddr of deployed Transceiver contract #756

Workflow file for this run

name: TS SDK CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
ts-sdk-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm run build --if-present
- run: npm test