Add wallet auth smoke e2e and include WalletConnect in parity checks.
Some checks failed
Deploy Explorer Live / deploy (push) Failing after 15s
Validate Explorer / frontend (push) Successful in 1m29s
Validate Explorer / smoke-e2e (push) Failing after 2m21s

Live API check confirms walletconnect config; dual-domain verifier now covers the deployed endpoint by default.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-05-22 22:06:15 -07:00
parent 567b4647c0
commit b213c6547d
2 changed files with 9 additions and 4 deletions

View File

@@ -12,12 +12,9 @@ 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() {