Files
smom-dbis-138/config/z-chain-integration.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

106 lines
2.3 KiB
JSON

{
"$schema": "International Z Wallet + Z Chain — Z Ecosystem integration",
"version": "1.0.0",
"updated": "2026-07-05",
"brand": {
"wallet": "International Z Wallet",
"bank": "Z Online Bank",
"blockchain": "Z Chain",
"bot": "Z Bot"
},
"chain": {
"chainId": 900002,
"name": "Z Chain",
"network": "z-chain",
"type": "evm",
"nativeSymbol": "Z",
"rpcEnv": "CHAIN_900002_RPC_URL",
"rpcDefault": "http://127.0.0.1:8546",
"explorerUrl": "https://explorer.zblockchainsystem.com",
"omnlRegistrySlot": 900002
},
"fineract": {
"officeId": 29,
"externalId": "ZBANK-OMNL",
"entityName": "zBank",
"hybxWalletId": "HYBX-OFFICE-029",
"m1SpendableGl": "2100"
},
"bankCorridor": {
"orderingName": "International Z Wallet",
"creditorBic": "ZCHNOMNL33",
"debtorIban": "Z298ZCHN000000000000000029",
"swiftMessageKind": "MT103",
"remittanceTemplate": "International Z Wallet → Z Online Bank · Z Chain settlement"
},
"internationalCorridors": [
{
"id": "IQ-USD",
"label": "Iraq (USD)",
"country": "IQ",
"currency": "USD",
"rails": [
"SWIFT",
"HYBX",
"CHAIN_MINT"
]
},
{
"id": "IR-USD",
"label": "Iran (USD)",
"country": "IR",
"currency": "USD",
"rails": [
"HYBX",
"CHAIN_MINT"
]
},
{
"id": "EU-EUR",
"label": "Europe (EUR)",
"country": "EU",
"currency": "EUR",
"rails": [
"SWIFT",
"HYBX"
]
},
{
"id": "GLOBAL-USD",
"label": "Global (USD)",
"country": "GLOBAL",
"currency": "USD",
"rails": [
"SWIFT",
"HYBX",
"CHAIN_MINT"
]
}
],
"wallet": {
"thirdwebMetadataName": "International Z Wallet",
"supportedAuth": [
"email",
"google",
"apple",
"passkey"
],
"defaultTokenLineId": "USD-M2",
"defaultTokenSymbol": "cUSDC"
},
"settlement": {
"zBridgeOfficeId": 24,
"targetChainId": 900002,
"rails": [
"HYBX",
"SWIFT",
"CHAIN_MINT"
]
},
"contracts": {
"cUSDC": "0x5FbDB2315678afecb367f032d93F642f64180aa3",
"accountWalletRegistry": "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512",
"deployRef": "config/z-chain-deployed.v1.json"
}
}