mirror of
https://github.com/luxfi/dao.git
synced 2026-07-27 02:51:24 +00:00
ci(vote): bump app to safe-cgw + honest-subgraph fix; per-brand WalletConnect id
app -> luxdao/app@4df3214 (Lux Safe reads via safe-cgw.lux.network, subgraph honest-empty). vote.yml: lux build now uses the Lux-origin WalletConnect project id (22b98f...) instead of sharing the Pars id (allowlist mismatch broke connect). Co-authored-by: Hanzo Dev <dev@hanzo.ai>
This commit is contained in:
@@ -51,11 +51,16 @@ jobs:
|
||||
chain_id: "96369"
|
||||
site_url: https://lux.vote
|
||||
overrides: '{"96369":{"rpc":"https://api.lux.network/v1/bc/C/rpc"}}'
|
||||
# WalletConnect Cloud project id for the Lux DAO (origin-allowlisted to lux.vote).
|
||||
# This is a PUBLIC client identifier (ships in the bundle), not a secret. Was wrongly
|
||||
# sharing the Pars id, which is allowlisted for pars.vote -> connect verify mismatch.
|
||||
wc_project_id: "22b98f00bd4572e2a42773ad82b329b0"
|
||||
- brand: zoo
|
||||
app_name: Zoo DAO
|
||||
chain_id: "200200"
|
||||
site_url: https://zoo.vote
|
||||
overrides: '{"200200":{"rpc":"https://api.zoo.network/v1/bc/C/rpc"}}'
|
||||
wc_project_id: "e89228fed40d4c6e9520912214dfd68b"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -121,7 +126,7 @@ jobs:
|
||||
VITE_APP_NAME=${{ matrix.app_name }}
|
||||
VITE_APP_DEFAULT_CHAIN_ID=${{ matrix.chain_id }}
|
||||
VITE_APP_SITE_URL=${{ matrix.site_url }}
|
||||
VITE_APP_WALLET_CONNECT_PROJECT_ID=e89228fed40d4c6e9520912214dfd68b
|
||||
VITE_APP_WALLET_CONNECT_PROJECT_ID=${{ matrix.wc_project_id }}
|
||||
VITE_APP_NETWORK_OVERRIDES=${{ matrix.overrides }}
|
||||
VITE_APP_GIT_HASH=${{ matrix.brand }}-vote
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
|
||||
+1
-1
Submodule app updated: 8222367090...4df3214d2c
Reference in New Issue
Block a user