Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m22s
CI/CD Pipeline / Security Scanning (push) Successful in 2m30s
CI/CD Pipeline / Lint and Format (push) Failing after 44s
CI/CD Pipeline / Terraform Validation (push) Failing after 27s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 31s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 56s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 29s
Validation / validate-genesis (push) Successful in 34s
Validation / validate-terraform (push) Failing after 39s
Validation / validate-kubernetes (push) Failing after 14s
Validation / validate-smart-contracts (push) Failing after 20s
Validation / validate-security (push) Failing after 1m19s
Validation / validate-documentation (push) Failing after 27s
Verify Deployment / Verify Deployment (push) Failing after 1m13s
Co-authored-by: Cursor <cursoragent@cursor.com>
35 lines
1.2 KiB
JSON
35 lines
1.2 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-ALI-IRAQ-IRAN",
|
|
|
|
"name": "HOSPITALLERS Ali Iraq-Iran",
|
|
|
|
"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, "sidecarUrl": "http://192.168.11.89:8080" },
|
|
|
|
"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",
|
|
|
|
"glSettlement": "1000"
|
|
|
|
},
|
|
|
|
"production": {
|
|
|
|
"requireApiKey": true,
|
|
|
|
"allowHybxProduction": true,
|
|
|
|
"allowChainMintExecute": true,
|
|
|
|
"onlineBankMode": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|