Make WalletConnect parity check opt-in until backend deploy.
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 15s

Default dual-domain verifier skips walletconnect/config; set INCLUDE_WALLETCONNECT=1 after backend rollout.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-22 21:56:38 -07:00
parent f2ebe824bd
commit 8a61b1bde2

View File

@@ -12,9 +12,12 @@ paths=(
"/api/v2/stats"
"/explorer-api/v1/track1/bridge/status"
"/token-aggregation/api/v1/routes/matrix?includeNonLive=true"
"/explorer-api/v1/walletconnect/config"
)
if [[ "${INCLUDE_WALLETCONNECT:-0}" == "1" ]]; then
paths+=("/explorer-api/v1/walletconnect/config")
fi
failures=0
check_path() {