Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m14s
CI/CD Pipeline / Security Scanning (push) Successful in 2m34s
CI/CD Pipeline / Lint and Format (push) Failing after 40s
CI/CD Pipeline / Terraform Validation (push) Failing after 24s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 26s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 37s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 22s
Validation / validate-genesis (push) Successful in 24s
Validation / validate-terraform (push) Failing after 24s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 10s
Validation / validate-security (push) Failing after 1m22s
Validation / validate-documentation (push) Failing after 17s
Verify Deployment / Verify Deployment (push) Failing after 47s
Add VITE_ECOSYSTEM build profiles, Z-only nginx vhosts, standalone Z production stack script, and remove Z Chain from OMNL registry. Co-authored-by: Cursor <cursoragent@cursor.com>
24 lines
890 B
Plaintext
24 lines
890 B
Plaintext
# Z Ecosystem local overrides — copy to config/z-ecosystem.local.env
|
|
# Production portal: https://zblockchainsystem.com (separate from OMNL)
|
|
|
|
VITE_ECOSYSTEM=z
|
|
Z_SUPPORTED_CHAINS_CONFIG=config/z-supported-chains.v1.json
|
|
Z_ECOSYSTEM_PUBLIC_URL=https://zblockchainsystem.com
|
|
VITE_Z_ECOSYSTEM_URL=https://zblockchainsystem.com
|
|
|
|
# Z Chain (local Hardhat/Besu)
|
|
CHAIN_900002_RPC_URL=http://127.0.0.1:8546
|
|
VITE_RPC_URL_900002=http://127.0.0.1:8546
|
|
VITE_Z_CHAIN_EXPLORER_URL=https://explorer.zblockchainsystem.com
|
|
VITE_ENABLE_Z_WALLET=true
|
|
|
|
# Z Bot — Azure OpenAI (optional)
|
|
AZURE_OPENAI_ENDPOINT=https://<resource>.openai.azure.com
|
|
AZURE_OPENAI_API_KEY=
|
|
AZURE_OPENAI_DEPLOYMENT=gpt-4o-mini
|
|
AZURE_OPENAI_API_VERSION=2024-02-15-preview
|
|
|
|
# Settlement (Z Bank API backend)
|
|
SETTLEMENT_MIDDLEWARE_URL=http://127.0.0.1:3011
|
|
SETTLEMENT_MIDDLEWARE_CONFIG=config/settlement-middleware.production.v1.json
|