Skip to content

fix: clear balance if the sdk fails to get it #194

fix: clear balance if the sdk fails to get it

fix: clear balance if the sdk fails to get it #194

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, synchronize, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
verify:
name: Verify
uses: ./.github/workflows/verify.yml
secrets: inherit
e2e:
uses: ./.github/workflows/e2e.yml
secrets: inherit