Files
defiQUG d54882cd0f
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m12s
CI/CD Pipeline / Security Scanning (push) Successful in 2m38s
CI/CD Pipeline / Lint and Format (push) Failing after 40s
CI/CD Pipeline / Terraform Validation (push) Failing after 21s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 24s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 24s
Validation / validate-genesis (push) Successful in 26s
Validation / validate-terraform (push) Failing after 21s
Validation / validate-kubernetes (push) Failing after 9s
Validation / validate-smart-contracts (push) Failing after 9s
Validation / validate-security (push) Failing after 1m7s
Validation / validate-documentation (push) Failing after 15s
feat(checkpoint): expose mainnet Etherscan links on Chain 138 tx attestation.
Resolve etherscanLinks from batch metadata and optional mainnet log scans; serve a fast local-batch attestation path for the explorer CT.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 08:13:59 -07:00
..

Checkpoint aggregator (v2)

Buffers qualifying Chain 138 payments and submits one mainnet checkpoint per batch (default 10 txs, partial flush after 5 min).

Env

Variable Default
PRIVATE_KEY required
CHAIN138_MAINNET_CHECKPOINT_PROXY required (UUPS proxy)
CHAIN138_RPC_URL http://192.168.11.211:8545
MAINNET_RPC_URL public mainnet RPC
CHECKPOINT_BATCH_SIZE 10
CHECKPOINT_MAX_WAIT_MS 300000
CHECKPOINT_MIN_VALUE_WEI 0

Run

cd smom-dbis-138/services/checkpoint-aggregator
pnpm install && pnpm build
CHAIN138_MAINNET_CHECKPOINT_PROXY=0x… pnpm start

Indexer REST (GET /v1/checkpoint/latest) is a separate deployable; see docs/07-ccip/MAINNET_CHECKPOINT_MAXIMUM_ARCHITECTURE.md.