Files
smom-dbis-138/config/dbis-exchange.v1.json
zaragoza444 17e5cb3222
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m29s
CI/CD Pipeline / Security Scanning (push) Successful in 3m16s
CI/CD Pipeline / Lint and Format (push) Failing after 46s
CI/CD Pipeline / Terraform Validation (push) Failing after 25s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 27s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 52s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 30s
Validation / validate-genesis (push) Successful in 27s
Validation / validate-terraform (push) Failing after 30s
Validation / validate-kubernetes (push) Failing after 11s
Validation / validate-smart-contracts (push) Failing after 10s
Validation / validate-security (push) Failing after 1m31s
Validation / validate-documentation (push) Failing after 19s
Verify Deployment / Verify Deployment (push) Failing after 59s
chore: sync Office 24 Zardasht identity and deploy paths
Align externalId, office name, and portal topology with live Fineract
(HOSPITALLERS-ZARDASHT-IRAQ-IRAN). Default LXC root to /srv/zardasht-portal
and SSH alias dev-bis-zardasht in host config.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-29 01:58:03 -07:00

31 lines
1.5 KiB
JSON

{
"$schema": "DBIS Exchange — Pancake-style DEX on Chain 138 + OMNL Office 24",
"version": "1.0.0",
"chainId": 138,
"brandName": "DBIS Exchange",
"officeId": 24,
"settlementOfficeExternalId": "HOSPITALLERS-ZARDASHT-IRAQ-IRAN",
"routers": {
"enhancedSwapRouterV2": "0xa421706768aeb7fafa2d912c5e10824ef3437ad4",
"uniswapV2": "0x3019A7fDc76ba7F64F18d78e66842760037ee638",
"sushiV2": "0xB37b93D38559f53b62ab020A14919f2630a1aE34"
},
"factory": {
"uniswapV2": "0x0C30F6e67Ab3667fCc2f5CEA8e274ef1FB920279"
},
"tokens": [
{ "symbol": "ETH", "name": "Ether", "address": "0x0000000000000000000000000000000000000000", "decimals": 18, "native": true },
{ "symbol": "WETH", "name": "Wrapped Ether", "address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2", "decimals": 18 },
{ "symbol": "USDT", "name": "Tether USD", "address": "0x004b63A7B5b0E06f6bB6adb4a5F9f590BF3182D1", "decimals": 6 },
{ "symbol": "USDC", "name": "USD Coin", "address": "0x71D6687F38b93CCad569Fa6352c876eea967201b", "decimals": 6 },
{ "symbol": "cUSDT", "name": "Compliant USDT", "address": "0x93E66202A11B1772E55407B32B44e5Cd8eda7f22", "decimals": 6, "omnlLine": "USD-M2", "moneyLayer": "M2" },
{ "symbol": "cUSDC", "name": "Compliant USDC", "address": "0xf22258f57794CC8E06237084b353Ab30fFfa640b", "decimals": 6, "omnlLine": "USD-M2", "moneyLayer": "M2" }
],
"defaultSlippageBps": 50,
"production": {
"requireApiKey": false,
"monitorSwaps": true,
"postSwapSettlementAudit": true
}
}