Skip to content

feat(web): add web3modal #40

feat(web): add web3modal

feat(web): add web3modal #40

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit