Some checks failed
CI/CD Pipeline / Lint and Format (push) Failing after 46s
CI/CD Pipeline / Terraform Validation (push) Failing after 35s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 37s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 1m50s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 2m19s
Validation / validate-genesis (push) Successful in 51s
Validation / validate-terraform (push) Failing after 39s
Validation / validate-kubernetes (push) Failing after 10s
CI/CD Pipeline / Solidity Contracts (push) Failing after 12m56s
Validation / validate-smart-contracts (push) Failing after 12s
CI/CD Pipeline / Security Scanning (push) Failing after 15m52s
Validation / validate-security (push) Failing after 10m59s
Validation / validate-documentation (push) Failing after 17s
Validate Token List / validate (push) Failing after 30s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 26s
Verify Deployment / Verify Deployment (push) Failing after 56s
41 lines
987 B
Bash
41 lines
987 B
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=
|
|
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=
|