Files
smom-dbis-138/config/z-ecosystem.v1.json
zaragoza444 eaca1ee6ca
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
feat: separate Z Ecosystem onto zblockchainsystem.com
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>
2026-07-07 00:57:29 -07:00

51 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$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": "M0M4 banking and settlement rails"
}
],
"integrationRef": "config/z-chain-integration.v1.json",
"productionDomainsRef": "config/z-ecosystem-production-domains.v1.json"
}