diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b7a4d5e..c3672bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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 diff --git a/thc.json b/thc.json index 5569476..6587cd0 100644 --- a/thc.json +++ b/thc.json @@ -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 }