Skip to content

Commit

Permalink
Merge pull request #133 from hypercerts-org/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
bitbeckers authored Jun 23, 2024
2 parents 552daaa + a7e66bb commit 4cb4e2e
Show file tree
Hide file tree
Showing 63 changed files with 2,689 additions and 13,125 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
DRPC_API_KEY: ${{ secrets.DRPC_API_KEY }}
SUPABASE_DATA_DB_URL: ${{ vars.SUPABASE_DATA_DB_URL }}
SUPABASE_DATA_SERVICE_API_KEY: ${{ secrets.SUPABASE_DATA_SERVICE_API_KEY }}


permissions:
# Required to checkout the code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
ALCHEMY_API_KEY: ${{ secrets.ALCHEMY_API_KEY }}
INFURA_API_KEY: ${{ secrets.INFURA_API_KEY }}
DRPC_API_KEY: ${{ secrets.DRPC_API_KEY }}
SUPABASE_DATA_DB_URL: ${{ vars.SUPABASE_DATA_DB_URL }}
SUPABASE_DATA_SERVICE_API_KEY: ${{ secrets.SUPABASE_DATA_SERVICE_API_KEY }}

permissions:
# Required to checkout the code
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "lib/hypercerts-api"]
path = lib/hypercerts-api
url = https://github.com/hypercerts-org/hypercerts-api
Loading

0 comments on commit 4cb4e2e

Please sign in to comment.