Skip to content

Commit

Permalink
feat(sessions): irn client scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
geekbrother committed Jun 21, 2024
1 parent 5a3bf8a commit 6c9fea2
Show file tree
Hide file tree
Showing 12 changed files with 1,666 additions and 57 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
!bin
!migrations
!assets
!irn
2 changes: 1 addition & 1 deletion .github/workflows/event_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ci:
name: CI
needs: [ paths-filter ]
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@0.2.10
uses: WalletConnect/ci_workflows/.github/workflows/ci.yml@feat/add_github_submodule_secret
secrets: inherit
with:
check-app: ${{ needs.paths-filter.outputs.app == 'true' }}
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "terraform/monitoring/grafonnet-lib"]
path = terraform/monitoring/grafonnet-lib
url = [email protected]:WalletConnect/grafonnet-lib.git
[submodule "irn"]
path = irn
url = [email protected]:WalletConnect/irn-node.git
Loading

0 comments on commit 6c9fea2

Please sign in to comment.