Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m3s
CI/CD Pipeline / Security Scanning (push) Successful in 2m18s
CI/CD Pipeline / Lint and Format (push) Failing after 34s
CI/CD Pipeline / Terraform Validation (push) Failing after 20s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 22s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 40s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 49s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 21s
Validation / validate-genesis (push) Successful in 25s
Validation / validate-terraform (push) Failing after 21s
Validation / validate-kubernetes (push) Failing after 8s
Validation / validate-smart-contracts (push) Failing after 8s
Validation / validate-security (push) Failing after 1m11s
Validation / validate-documentation (push) Failing after 14s
Verify Deployment / Verify Deployment (push) Failing after 45s
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>
45 lines
1.1 KiB
Bash
45 lines
1.1 KiB
Bash
# 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=
|
|
# 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=
|
|
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=
|