Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m11s
CI/CD Pipeline / Lint and Format (push) Has been cancelled
CI/CD Pipeline / Terraform Validation (push) Has been cancelled
CI/CD Pipeline / Kubernetes Validation (push) Has been cancelled
CI/CD Pipeline / Security Scanning (push) Has been cancelled
Validation / validate-genesis (push) Has been cancelled
Validation / validate-terraform (push) Has been cancelled
Validation / validate-kubernetes (push) Has been cancelled
Validation / validate-smart-contracts (push) Has been cancelled
Validation / validate-security (push) Has been cancelled
Validation / validate-documentation (push) Has been cancelled
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 26s
Extend settlement-core with GL 2300 token liabilities (M3) and near-money aggregate (M4), wire middleware workflows and dashboards to expose all five layers end-to-end. Co-authored-by: Cursor <cursoragent@cursor.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"$schema": "OMNL central-bank settlement middleware — locked to Office 24",
|
|
"version": "1.0.0",
|
|
"omnlLegalName": "ORGANISATION MONDIALE DU NUMERIQUE L.P.B.C.",
|
|
"defaultOfficeId": 24,
|
|
"enforceSingleOffice": true,
|
|
"settlementOffice": {
|
|
"officeId": 24,
|
|
"externalId": "HOSPITALLERS-ZARDASHT-IRAQ-IRAN",
|
|
"name": "HOSPITALLERS — Zardasht (Iraq / Iran Operations)",
|
|
"profilePath": "config/offices/office-24-settlement.v1.json"
|
|
},
|
|
"defaultCurrency": "USD",
|
|
"rails": {
|
|
"swift": {
|
|
"enabled": true,
|
|
"listenerUrl": "http://192.168.11.114:8788"
|
|
},
|
|
"hybx": {
|
|
"enabled": true,
|
|
"sidecarUrl": "http://192.168.11.89:8080"
|
|
},
|
|
"chain138": {
|
|
"enabled": true,
|
|
"rpcEnv": "RPC_URL_138",
|
|
"defaultLineId": "USD-M1"
|
|
}
|
|
},
|
|
"moneySupply": {
|
|
"glM0": "1050",
|
|
"glM1": "2100",
|
|
"glM2": "2200",
|
|
"glM3": "2300",
|
|
"glM4NearMoney": "1000",
|
|
"glM4Contingent": "1410",
|
|
"glSettlement": "1000"
|
|
},
|
|
"production": {
|
|
"requireApiKey": true,
|
|
"allowHybxProduction": false,
|
|
"allowChainMintExecute": false
|
|
}
|
|
}
|