2026-04-24 12:56:40 -07:00
|
|
|
# HYBX OMNL — example deployment (copy; do not commit real secrets)
|
|
|
|
|
# Chain / RPC
|
|
|
|
|
CHAIN_ID=138
|
|
|
|
|
OMNL_RPC_URL=https://
|
|
|
|
|
OMNL_MIRROR_RPC_URL=https://
|
|
|
|
|
|
|
|
|
|
# Contracts (post-deploy)
|
|
|
|
|
OMNL_INSTRUMENT_REGISTRY=
|
|
|
|
|
OMNL_RESERVE_COMMITMENT_STORE=
|
|
|
|
|
OMNL_COMPLIANCE_CORE=
|
Add mainnet checkpoint stack: ISO attestation, participant Etherscan surface, and services.
Ship AddressActivityRegistry V1/V2, ISO20022IntakeGateway, Chain138ParticipantSurface,
checkpoint hub contracts, checkpoint-core package, aggregator/indexer/sdk services,
relay profile guards, M00 diamond bridge facet, and OMNL compliance contracts.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-25 00:30:45 -07:00
|
|
|
# v2 stack (notary-gated reserve + ComplianceCore) — see config/compliance/omnl-stack-v2-chain138.json
|
|
|
|
|
OMNL_RESERVE_STORE_V2_138=
|
|
|
|
|
OMNL_COMPLIANCE_CORE_V2_138=
|
|
|
|
|
OMNL_GNOSIS_SAFE_ADMIN=
|
2026-04-24 12:56:40 -07:00
|
|
|
OMNL_CIRCUIT_BREAKER=
|
|
|
|
|
OMNL_MIRROR_RECEIVER=
|
|
|
|
|
OMNL_MIRROR_COORDINATOR=
|
|
|
|
|
OMNL_ZK_VERIFIER=0x0000000000000000000000000000000000000000
|
|
|
|
|
|
|
|
|
|
# CCIP
|
|
|
|
|
OMNL_CCIP_ROUTER=
|
|
|
|
|
OMNL_CCIP_DEST_CHAIN_SELECTOR=
|
|
|
|
|
OMNL_CCIP_FEE_TOKEN=0x0000000000000000000000000000000000000000
|
|
|
|
|
|
|
|
|
|
# Fineract / IPSAS
|
|
|
|
|
OMNL_FINERACT_BASE_URL=
|
|
|
|
|
OMNL_FINERACT_TENANT=
|
|
|
|
|
# Use OMNL_FINERACT_USER or legacy OMNL_FINERACT_USERNAME (same role)
|
|
|
|
|
OMNL_FINERACT_USER=
|
|
|
|
|
OMNL_FINERACT_USERNAME=
|
|
|
|
|
OMNL_FINERACT_PASSWORD=
|
|
|
|
|
OMNL_FINERACT_GL_PAGE_LIMIT=200
|
|
|
|
|
|
|
|
|
|
# API / ops
|
|
|
|
|
ENABLE_OMNL_EVENT_POLLER=true
|
|
|
|
|
OMNL_POLLER_STATE_PATH=
|
|
|
|
|
OMNL_WEBHOOK_URLS=
|
|
|
|
|
OMNL_WEBHOOK_SECRET=
|
|
|
|
|
OMNL_API_KEY=
|
|
|
|
|
OMNL_DASHBOARD_TOKEN=
|
|
|
|
|
OMNL_RATE_LIMIT_MAX=30
|
|
|
|
|
OMNL_RATE_LIMIT_WINDOW_MS=60000
|
|
|
|
|
OMNL_IPSAS_GL_REGISTRY=
|
|
|
|
|
OMNL_JOURNAL_MATRIX_PATH=
|