Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 52s
CI/CD Pipeline / Security Scanning (push) Successful in 2m40s
CI/CD Pipeline / Lint and Format (push) Failing after 49s
CI/CD Pipeline / Terraform Validation (push) Failing after 24s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 27s
Deploy ChainID 138 / Deploy ChainID 138 (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
Verify Deployment / Verify Deployment (push) Has been cancelled
Validation / validate-smart-contracts (push) Failing after 14s
Validation / validate-security (push) Failing after 1m20s
Validation / validate-documentation (push) Failing after 18s
Add canonical btc-l1-ledger config, /btc/contracts API, Python chain138-oracle service, and production deploy scripts so secure.omdnl.org can serve live cBTC, DODO, and PMM pool addresses with headroom-aware mint gating. Co-authored-by: Cursor <cursoragent@cursor.com>
76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"$schema": "OMNL central-bank settlement — production profile",
|
|
"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",
|
|
"chainRegistry": "config/omnl-supported-chains.v1.json",
|
|
"maxSupportedChains": 128,
|
|
"rails": {
|
|
"swift": {
|
|
"enabled": true,
|
|
"listenerUrl": "http://192.168.11.114:8788"
|
|
},
|
|
"hybx": {
|
|
"enabled": true,
|
|
"publicBaseUrl": "https://fineract.hybxfinance.com",
|
|
"sidecarUrl": ""
|
|
},
|
|
"chain138": {
|
|
"enabled": true,
|
|
"rpcEnv": "RPC_URL_138",
|
|
"defaultLineId": "USD-M2"
|
|
},
|
|
"multiChain": {
|
|
"enabled": true,
|
|
"registryPath": "config/omnl-supported-chains.v1.json",
|
|
"primaryChainId": 138
|
|
}
|
|
},
|
|
"moneySupply": {
|
|
"glM0": "1050",
|
|
"glM1": "2100",
|
|
"glM2": "2200",
|
|
"glM3": "2300",
|
|
"glM4NearMoney": "1000",
|
|
"glM4Contingent": "1410",
|
|
"glSettlement": "1000"
|
|
},
|
|
"production": {
|
|
"requireApiKey": true,
|
|
"allowHybxProduction": true,
|
|
"allowChainMintExecute": true,
|
|
"onlineBankMode": true
|
|
},
|
|
"oracle": {
|
|
"provider": "chain138-oracle-python",
|
|
"spotPriceUrlEnv": "CHAIN138_ORACLE_URL",
|
|
"defaultSpotPriceUrl": "http://127.0.0.1:3500",
|
|
"meshSystemdUnit": "chain138-oracle-mesh.service",
|
|
"apiSystemdUnit": "chain138-oracle-api.service",
|
|
"legacyMeshScript": "scripts/reserve/pmm-mesh-6s-automation.sh",
|
|
"notes": "Settlement BTC/USD and MetaMask spot prices use CHAIN138_ORACLE_URL. OMNL mint/transfer stays on TOKEN_AGGREGATION_URL."
|
|
},
|
|
"btcLedger": {
|
|
"configPath": "config/btc-l1-ledger-1000.chain138.v1.json",
|
|
"amountBtc": 1000,
|
|
"amountSats": 100000000000,
|
|
"requiredHeadroomUsd": 90000000,
|
|
"contractsEndpoint": "/btc/contracts",
|
|
"ledgerEndpoint": "/btc/ledger",
|
|
"l1SettleEndpoint": "/btc/l1-settle"
|
|
},
|
|
"guosmm": {
|
|
"emcbCharter": "GUOSMM-B-2026-001",
|
|
"registryPath": "config/guosmm-notices.v1.json",
|
|
"gazetteBase": "https://gazette.shosjj.org/notices/2026"
|
|
}
|
|
}
|