Skip to content

Commit

Permalink
Add missing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
vrde committed Sep 20, 2024
1 parent 361ca1d commit 4480d1f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: social-dist0rtion-protocol/thc
ref: dev
ref: master
path: thc

- uses: pnpm/action-setup@v4
Expand Down Expand Up @@ -55,6 +55,9 @@ jobs:

- name: Build
working-directory: thc/web
env:
VITE_RPC_NODE_URL: ${{ secrets.VITE_RPC_NODE_URL }}
VITE_WALLET_CONNECT_PROJECT_ID: ${{ secrets.VITE_WALLET_CONNECT_PROJECT_ID }}
run: pnpm build

- name: Load SSH Key
Expand Down
5 changes: 4 additions & 1 deletion thc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "Treasure Hunt Challenge",
"name": "CBD (as in Cloud-Based Demo)",
"mapUrl": "https://www.openstreetmap.org/search?query=berlin#map=11/52.5072/13.4248",
"helpUrl": "https://github.com/social-dist0rtion-protocol/thc-demo/issues",
"cname": "thc-demo.dist0rtion.com",
"thcAddress": "0x487837e29e770B7D569a91848b6dD36eA1Ed6c04",
"chainId": 11155111
}

0 comments on commit 4480d1f

Please sign in to comment.