Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m16s
CI/CD Pipeline / Security Scanning (push) Successful in 2m52s
CI/CD Pipeline / Lint and Format (push) Failing after 46s
CI/CD Pipeline / Terraform Validation (push) Failing after 26s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 28s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 45s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 20s
Validation / validate-genesis (push) Successful in 32s
Validation / validate-terraform (push) Failing after 30s
Validation / validate-kubernetes (push) Failing after 11s
Validation / validate-smart-contracts (push) Failing after 11s
Validation / validate-security (push) Failing after 1m35s
Validation / validate-documentation (push) Failing after 22s
Verify Deployment / Verify Deployment (push) Failing after 1m4s
Move Z Chain, wallet, bot, swap, and Z Bank UI off OMNL domains with dedicated nginx vhost and production DNS config. Co-authored-by: Cursor <cursoragent@cursor.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
||
"$schema": "Z consumer ecosystem hub links",
|
||
"version": "1.1.0",
|
||
"updated": "2026-07-06",
|
||
"brand": "Z Blockchain System",
|
||
"publicUrl": "https://zblockchainsystem.com",
|
||
"routes": {
|
||
"hub": "/z",
|
||
"wallet": "/z-wallet",
|
||
"bot": "/z-wallet#z-bot",
|
||
"swap": "/swap",
|
||
"onlineBank": "/central-bank",
|
||
"settlement": "/central-bank#z-full-settlement"
|
||
},
|
||
"apps": [
|
||
{
|
||
"id": "zWallet",
|
||
"label": "International Z Wallet",
|
||
"path": "/z-wallet",
|
||
"description": "Thirdweb in-app wallet on Z Chain with international corridors"
|
||
},
|
||
{
|
||
"id": "zBot",
|
||
"label": "Z Bot",
|
||
"path": "/z-wallet#z-bot",
|
||
"description": "In-app assistant for balance, transfers, and corridors"
|
||
},
|
||
{
|
||
"id": "zChain",
|
||
"label": "Z Chain",
|
||
"path": "/z",
|
||
"chainId": 900002,
|
||
"description": "Consumer EVM chain (chainId 900002)"
|
||
},
|
||
{
|
||
"id": "zSwap",
|
||
"label": "Digital Swap",
|
||
"path": "/swap",
|
||
"description": "M2 load, token swap, settlement rails"
|
||
},
|
||
{
|
||
"id": "zOnlineBank",
|
||
"label": "Z Online Bank",
|
||
"path": "/central-bank",
|
||
"description": "M0–M4 banking and settlement rails"
|
||
}
|
||
],
|
||
"integrationRef": "config/z-chain-integration.v1.json",
|
||
"productionDomainsRef": "config/z-ecosystem-production-domains.v1.json"
|
||
}
|