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>
18 lines
594 B
JSON
18 lines
594 B
JSON
{
|
|
"$schema": "Z Chain on-chain deployment addresses (chainId 900002)",
|
|
"version": "1.0.0",
|
|
"updated": "2026-07-07",
|
|
"chainId": 900002,
|
|
"network": "z-chain",
|
|
"status": "active",
|
|
"contracts": {
|
|
"cUSDC": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
|
|
"accountWalletRegistry": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512"
|
|
},
|
|
"deployScript": "script/z-chain/DeployZChainEmoney.s.sol",
|
|
"notes": [
|
|
"Run scripts/deployment/deploy-z-chain-contracts.sh after bootstrap-z-chain-local",
|
|
"Update addresses here and in hybx-omnl-cross-chain-lines.json chains.900002"
|
|
]
|
|
}
|