There are no staleness checks in multiple latestAnswer methods from the adapter. Due to latestAnswer is not used in flows in scope. No material impact.
In BendNFTOracle context, its recommended for the protocol to establish MAX_NFT_PRICE_UPDATE_INTERVAL . Add adding check (block.timestamp - latestTimestamp) <= MAX_NFT_PRICE_UPDATE_INTERVAL.
