Files
smom-dbis-138/config/z-supported-chains.v1.json
zaragoza444 a2db92f3cb
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
feat: split Z Ecosystem from OMNL/DBIS with separate builds and deploy
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>
2026-07-07 05:17:40 -07:00

28 lines
764 B
JSON

{
"$schema": "Z Chain supported chains — separate from OMNL 128-chain registry",
"version": "1.0.0",
"brand": "Z Blockchain System",
"primaryChainId": 900002,
"chains": [
{
"chainId": 900002,
"name": "Z Chain",
"type": "evm",
"nativeSymbol": "Z",
"tier": "primary",
"zRole": "settlement-hub",
"status": "active",
"rpcEnv": "CHAIN_900002_RPC_URL",
"explorerUrl": "https://explorer.zblockchainsystem.com",
"rpcDefault": "http://127.0.0.1:8546",
"settlement": {
"m2LoadEnabled": true,
"swapEnabled": true,
"bridgeEnabled": true
},
"complianceEnv": "Z_COMPLIANCE_CORE_900002",
"integrationRef": "config/z-chain-integration.v1.json"
}
]
}