Link ORACLE_AND_KEEPER doc to imported Chainlink/Gelato keeper stack
Some checks failed
CI/CD Pipeline / Solidity Contracts (push) Failing after 1m7s
CI/CD Pipeline / Security Scanning (push) Successful in 2m16s
CI/CD Pipeline / Lint and Format (push) Failing after 35s
CI/CD Pipeline / Terraform Validation (push) Failing after 22s
CI/CD Pipeline / Kubernetes Validation (push) Successful in 23s
Deploy ChainID 138 / Deploy ChainID 138 (push) Failing after 35s
HYBX OMNL TypeScript & anchor / token-aggregation build + reconcile artifact (push) Failing after 49s
Validation / validate-genesis (push) Successful in 27s
Validation / validate-terraform (push) Failing after 24s
Validation / validate-kubernetes (push) Failing after 8s
Validation / validate-smart-contracts (push) Failing after 8s
Validation / validate-documentation (push) Has been cancelled
Validation / validate-security (push) Has been cancelled
Verify Deployment / Verify Deployment (push) Has been cancelled

This commit is contained in:
defiQUG
2026-06-02 06:01:37 -07:00
parent 1734d88989
commit 7c5b4f22aa

View File

@@ -84,3 +84,12 @@ to `.env.keeper.local` (gitignored) that sources the secret file.
- **DODOPMMIntegration**: Optional `setReserveSystem(ReserveSystem)`; then `getPoolPriceOrOracle(pool)` uses ReserveSystem when base/quote are registered.
- **Token-aggregation**: Set `CHAIN_138_DODO_PMM_INTEGRATION` so the pool indexer ingests PMM pools; report API then includes them in `/report/all`, `/report/coingecko`, `/report/cross-chain`.
See: [DODO_PMM_INTEGRATION.md](DODO_PMM_INTEGRATION.md#oracle-and-reporting).
## Sibling archive keeper imports (2026-06-02)
Chainlink/Gelato keeper stack imported from sibling WIP archive (see [docs/00-meta/SIBLING_WIP_IMPORT.md](../00-meta/SIBLING_WIP_IMPORT.md)):
- `contracts/reserve/ChainlinkKeeperCompatible.sol`, `contracts/reserve/GelatoKeeperCompatible.sol`
- `script/reserve/DeployChainlinkKeeper.s.sol`, `script/reserve/DeployGelatoKeeper.s.sol`
- `docker/Dockerfile.keeper`, `docker/docker-compose.keeper.yml`, `systemd/price-feed-keeper.service`
- `scripts/reserve/chainlink-keeper-setup.js`, `gelato-keeper-setup.js`, `monitor-keeper.js`, `deploy-all.sh`