chore(config): declare M3/M4 GL codes in Office 24 and production profiles
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m14s
CI/CD Pipeline / Security Scanning (push) Successful in 2m22s
CI/CD Pipeline / Lint and Format (push) Failing after 48s
CI/CD Pipeline / Terraform Validation (push) Failing after 25s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 27s
Validation / validate-genesis (push) Successful in 29s
Validation / validate-terraform (push) Failing after 25s
Validation / validate-kubernetes (push) Failing after 10s
Validation / validate-smart-contracts (push) Failing after 10s
Validation / validate-security (push) Failing after 1m19s
Validation / validate-documentation (push) Failing after 19s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-29 06:34:59 -07:00
parent 83305b8829
commit 5007e74532
2 changed files with 7 additions and 1 deletions

View File

@@ -11,10 +11,13 @@
"settlement": {
"defaultCurrency": "USD",
"defaultLineId": "USD-M1",
"moneyLayers": ["M0", "M1", "M2"],
"moneyLayers": ["M0", "M1", "M2", "M3", "M4"],
"glM0": "1050",
"glM1": "2100",
"glM2": "2200",
"glM3": "2300",
"glM4NearMoney": "1000",
"glM4Contingent": "1410",
"glSettlement": "1000",
"glTradeFinanceContingent": "1410"
},

View File

@@ -37,6 +37,9 @@
"glM0": "1050",
"glM1": "2100",
"glM2": "2200",
"glM3": "2300",
"glM4NearMoney": "1000",
"glM4Contingent": "1410",
"glSettlement": "1000"
},
"production": {