Module oracle

Source

Modules§

lazer
Pyth Lazer adapter feed data — the native, feed-id-keyed shape the contract/pyth-lazer adapter stores and serves. The adapter is a pure store-and-serve oracle: it hands back the raw FeedData, and each consumer (the proxy-oracle’s Lazer source, the gateway) projects it to a pyth::Price itself, mirroring redstone::FeedData::to_pyth_price. Freshness is likewise the consumer’s concern; the adapter applies no age filter on reads.
pyth
Derived from https://github.com/pyth-network/pyth-crosschain/blob/main/target_chains/near. Modified for use with the Templar Protocol contracts.
redstone