Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m3s
CI/CD Pipeline / Security Scanning (push) Successful in 2m58s
CI/CD Pipeline / Lint and Format (push) Failing after 46s
CI/CD Pipeline / Terraform Validation (push) Failing after 26s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 29s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 41s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 22s
OMNL reconcile anchor / Run omnl:reconcile and upload artifacts (push) Failing after 24s
Validation / validate-genesis (push) Successful in 32s
Validation / validate-terraform (push) Failing after 28s
Validation / validate-kubernetes (push) Failing after 13s
Validation / validate-smart-contracts (push) Failing after 12s
Validation / validate-security (push) Failing after 1m31s
Validation / validate-documentation (push) Failing after 23s
Verify Deployment / Verify Deployment (push) Failing after 1m4s
Add BTC L1 settle/reconcile/ledger APIs, bitcoind intake, cBTC PMM hot-LP scripts, and custody credential smoke tests (secrets stay gitignored). Enables full-prod local green health and server pull-deploy for secure.omdnl.org /btc/*. Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
452 B
Plaintext
14 lines
452 B
Plaintext
# Dfns + Cobo custody credentials (copy from secrets/* after local setup)
|
|
# Real secrets live only under secrets/ (gitignored). Do not put live tokens here.
|
|
|
|
DFNS_API_BASE_URL=https://api.dfns.io
|
|
DFNS_ORG_ID=
|
|
DFNS_AUTH_TOKEN=
|
|
DFNS_CRED_ID=
|
|
DFNS_PRIVATE_KEY_PATH=secrets/dfns/rsa2048.pem
|
|
|
|
COBO_API_BASE_URL=https://api.cobo.com/v2
|
|
COBO_API_KEY=
|
|
COBO_API_SECRET=
|
|
# Temporary keys: expires noted by issuer. Dev portal keys use https://api.dev.cobo.com/v2
|